Completed
Push — master ( ee6a28...d5fb94 )
by Vladimir
02:16
created
src/allejo/stakx/Document/JailedDocument.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
     {
100 100
         @trigger_error("You're casting a JailedDocument into a string, did you really mean to do this?", E_USER_WARNING);
101 101
 
102
-        return serialize($this->__debugInfo());s
102
+        return serialize($this->__debugInfo()); s
103 103
     }
104 104
 
105 105
     /**
Please login to merge, or discard this patch.