Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeryther committed Feb 3, 2022
1 parent e7a5129 commit 551da7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gigadrive/php-coding-standard",
"type": "library",
"description": "The PHP Coding Standard for Gigadrive projects - Integrates with PHP CS Fixer",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"homepage": "https://github.com/Gigadrive/php-coding-standard",
"require-dev": {
Expand Down
3 changes: 1 addition & 2 deletions php-cs-fixer-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,4 @@
'types_spaces' => true
])
->setIndent("\t")
->setLineEnding("\n")
->setFinder($finder);
->setLineEnding("\n");

0 comments on commit 551da7d

Please sign in to comment.