Completed
Pull Request — master (#11)
by Povilas
03:03
created
src/PHPFinder.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
  */
13 13
 class PHPFinder extends Finder
14 14
 {
15
-   /**
16
-    * @param InputInterface $input
17
-    */
15
+    /**
16
+     * @param InputInterface $input
17
+     */
18 18
     public function __construct(InputInterface $input)
19 19
     {
20 20
         parent::__construct();
Please login to merge, or discard this patch.