Browse Source

NoExtraConsecutiveBlankLinesFixer - remove duplicate code sample.

SpacePossum 7 years ago
parent
commit
3e6da49dc7
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/Fixer/Whitespace/NoExtraConsecutiveBlankLinesFixer.php

+ 0 - 10
src/Fixer/Whitespace/NoExtraConsecutiveBlankLinesFixer.php

@@ -219,16 +219,6 @@ function foo($bar)
                 new CodeSample(
 '<?php
 
-function foo($bar)
-{
-    throw new \Exception("Hello!");
-
-}',
-                    array('tokens' => array('throw'))
-                ),
-                new CodeSample(
-'<?php
-
 namespace Foo;
 
 use Bar\Baz;