Skip to content

Commit

Permalink
Merge pull request #15 from kellerkinderDE/update
Browse files Browse the repository at this point in the history
[NOTICKET] update php-cs-fixer binary
  • Loading branch information
jochenmanz authored Mar 3, 2020
2 parents c2df819 + 02eb13a commit 16440ef
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}
},
"bin": [
"php-cs-fixer.phar",
"php-cs-fixer"
]
}
Binary file modified php-cs-fixer
Binary file not shown.
Binary file removed php-cs-fixer.phar
Binary file not shown.
14 changes: 14 additions & 0 deletions src/PHP74.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace K10r\Codestyle;

final class PHP74 extends DefaultRules
{
/**
* @return array
*/
public static function getRules()
{
return PHP73::getRules();
}
}

0 comments on commit 16440ef

Please sign in to comment.