Completed
Pull Request — master (#19)
by Pádraic
01:56
created
src/Scoper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param $content
36
+     * @param string $content
37 37
      * @param $prefix
38 38
      *
39 39
      * @return string
Please login to merge, or discard this patch.
src/PhpScoperApplicationConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             ->beginCommand('add-prefix')
51 51
                 ->addArgument('prefix', Argument::REQUIRED, 'The namespace prefix to add. Must end with a backslash.')
52 52
                 ->addArgument('path', Argument::REQUIRED | Argument::MULTI_VALUED, 'The path(s) to process.')
53
-                ->setHandler(function () {
53
+                ->setHandler(function() {
54 54
                     return new AddPrefixCommandHandler();
55 55
                 })
56 56
             ->end()
Please login to merge, or discard this patch.