Completed
Push — master ( 256116...bf8903 )
by personal
04:47
created
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.