Completed
Push — master ( 014333...e56d80 )
by Joao
01:24
created
src/Daemonize.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,6 +99,9 @@
 block discarded – undo
99 99
         return true;
100 100
     }
101 101
 
102
+    /**
103
+     * @param string $text
104
+     */
102 105
     protected static function replaceVars($vars, $text)
103 106
     {
104 107
         foreach ($vars as $searchFor=>$replace) {
Please login to merge, or discard this patch.