Test Failed
Push — master ( 79a123...b1aa2a )
by Alexey
04:37
created
system/modules/Daemon/Daemon.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         return $path;
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $item
74
+     */
72 75
     function unserialize($item) {
73 76
         return $this->serializer()->unserialize($item);
74 77
     }
Please login to merge, or discard this patch.