Skip to content

Commit

Permalink
Update Blog.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Gadd committed Oct 7, 2016
1 parent ded2e47 commit f389f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ engines:
checks:
Generic Files LineLength TooLong:
enabled: false
Generic Formatting DisallowMultipleStatements SameLine:
enabled: false
Squiz WhiteSpace SuperfluousWhitespace EndLine:
enabled: false
Squiz WhiteSpace ScopeClosingBrace ContentBefore:
enabled: false
PSR2 ControlStructures SwitchDeclaration BodyOnNextLineCASE:
enabled: false
PSR2 ControlStructures SwitchDeclaration BreakNotNewLine:
enabled: false
Generic Formatting DisallowMultipleStatements SameLine:
enabled: false
PSR2 ControlStructures SwitchDeclaration BodyOnNextLineDEFAULT:
enabled: false
phpmd:
Expand Down
2 changes: 1 addition & 1 deletion src/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Symfony\Component\Finder\Finder;
use Symfony\Component\Yaml\Yaml;
use Spartz\TextFormatter\TextFormatter;
use URLify; // jbroadway/urlify
use URLify;

class Blog
{
Expand Down

0 comments on commit f389f6d

Please sign in to comment.