Skip to content

Commit

Permalink
Merge pull request #7 from yournextagency/fix-psr-4
Browse files Browse the repository at this point in the history
Fix PSR-4 namespaces
  • Loading branch information
birdkiwi authored Oct 12, 2021
2 parents 867a783 + 3feef38 commit 9d9ef0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion YNA/Sniffs/WhiteSpace/AssignmentSpacingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/djoos/Symfony-coding-standard
*/

namespace YNA\Sniffs\Whitespace;
namespace YNA\Sniffs\WhiteSpace;

use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;
Expand Down
2 changes: 1 addition & 1 deletion YNA/Sniffs/WhiteSpace/BinaryOperatorSpacingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/djoos/Symfony-coding-standard
*/

namespace YNA\Sniffs\Whitespace;
namespace YNA\Sniffs\WhiteSpace;

use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;
Expand Down
2 changes: 1 addition & 1 deletion YNA/Sniffs/WhiteSpace/CommaSpacingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/djoos/Symfony-coding-standard
*/

namespace YNA\Sniffs\Whitespace;
namespace YNA\Sniffs\WhiteSpace;

use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;
Expand Down
2 changes: 1 addition & 1 deletion YNA/Sniffs/WhiteSpace/DiscourageFitzinatorSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/djoos/Symfony-coding-standard
*/

namespace YNA\Sniffs\Whitespace;
namespace YNA\Sniffs\WhiteSpace;

use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;
Expand Down

0 comments on commit 9d9ef0f

Please sign in to comment.