Completed
Push — master ( 1c3635...a7bde5 )
by Patrick
05:57 queued 02:16
created
Serialize/class.ISerializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -3,6 +3,9 @@
 block discarded – undo
3 3
 
4 4
 interface ISerializer
5 5
 {
6
+    /**
7
+     * @return boolean
8
+     */
6 9
     public function supportsType($type);
7 10
     public function serializeData($type, $array);
8 11
 }
Please login to merge, or discard this patch.