Completed
Push — master ( ff022d...6193b5 )
by Joao
02:18
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.