Completed
Push — master ( 8a5d17...e6ebc2 )
by personal
03:22
created
src/Hal/Application/Console/PhpMetricsApplication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      * Overridden so that the application doesn't expect the command
54 54
      * name to be the first argument.
55 55
      * 
56
-     * @return InputDefinition The InputDefinition instance
56
+     * @return \Symfony\Component\Console\Input\InputDefinition The InputDefinition instance
57 57
      */
58 58
     public function getDefinition()
59 59
     {
Please login to merge, or discard this patch.
src/Hal/Component/Config/Loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Load config file
39 39
      *
40
-     * @param $filename
40
+     * @param string $filename
41 41
      * @return Configuration
42 42
      * @throws \RuntimeException
43 43
      */
Please login to merge, or discard this patch.
src/Hal/Component/Token/Tokenizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     /**
84 84
      * Clean php source
85 85
      *
86
-     * @param $content
86
+     * @param string $content
87 87
      * @return string
88 88
      */
89 89
     private function cleanup($content) {
Please login to merge, or discard this patch.