@@ -26,8 +26,7 @@ discard block |
||
| 26 | 26 | if ( $recursive === false ) |
| 27 | 27 | { |
| 28 | 28 | $iterator = new DirectoryIterator( $directory ); |
| 29 | - } |
|
| 30 | - else |
|
| 29 | + } else |
|
| 31 | 30 | { |
| 32 | 31 | $iterator = new RecursiveIteratorIterator( |
| 33 | 32 | new RecursiveDirectoryIterator( $directory ) |
@@ -59,8 +58,7 @@ discard block |
||
| 59 | 58 | { |
| 60 | 59 | throw new plPhumlInvalidProcessorChainException( 'application/phuml-structure', $processor->getInputTypes() ); |
| 61 | 60 | } |
| 62 | - } |
|
| 63 | - else |
|
| 61 | + } else |
|
| 64 | 62 | { |
| 65 | 63 | $this->checkProcessorCompatibility( end( $this->processors ), $processor ); |
| 66 | 64 | |