Completed
Push — master ( 1cff36...5446cd )
by Rémi
02:27
created
src/Loader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         putenv("$key=$value");
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $key
59
+     */
57 60
     public static function getenv($key, $default = null)
58 61
     {
59 62
         switch (true) {
Please login to merge, or discard this patch.
src/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      *
43 43
      * @param string $file file to parse
44 44
      *
45
-     * @return string Returns the phrase passed in
45
+     * @return Parser Returns the phrase passed in
46 46
      */
47 47
     public function parse($file)
48 48
     {
Please login to merge, or discard this patch.