Test Failed
Push — master ( 393bed...86c0bb )
by Alexey
04:57
created
system/modules/Daemon/Daemon.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         return $path;
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $item
97
+     */
95 98
     function unserialize($item) {
96 99
         try {
97 100
             return $this->serializer()->unserialize($item);
Please login to merge, or discard this patch.