Browse Source

minor #2769 Psr0Fixer - remove duplicated example (julienfalque)

This PR was merged into the 2.2 branch.

Discussion
----------

Psr0Fixer - remove duplicated example

In #2763 I fixed the broken example but it was actually identical to the other one so I should have removed it instead.

Commits
-------

bebc113 Remove duplicated example
Dariusz Ruminski 7 years ago
parent
commit
a920636328
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/Fixer/Basic/Psr0Fixer.php

+ 0 - 8
src/Fixer/Basic/Psr0Fixer.php

@@ -40,14 +40,6 @@ final class Psr0Fixer extends AbstractPsrAutoloadingFixer implements Configurati
                     '<?php
 namespace PhpCsFixer\FIXER\Basic;
 class InvalidName {}
-',
-                    new \SplFileInfo(__FILE__),
-                    array('dir' => realpath(__DIR__.'/../..'))
-                ),
-                new FileSpecificCodeSample(
-                    '<?php
-namespace PhpCsFixer\FIXER\Basic;
-class InvalidName {}
 ',
                     new \SplFileInfo(__FILE__),
                     array('dir' => realpath(__DIR__.'/../..'))