Completed
Branch master (f6802b)
by Marco
14:24
created
src/Comodojo/Foundation/DataAccess/ArrayAccessTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * Return the value at index
23 23
      *
24
+     * @param string $index
24 25
      * @return string $index The offset
25 26
      */
26 27
      public function offsetGet($index) {
Please login to merge, or discard this patch.
src/Comodojo/Foundation/DataAccess/SerializationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param string $data Serialized data
37 37
      *
38
-     * @return Routes $this
38
+     * @return boolean $this
39 39
      */
40 40
     public function unserialize($data) {
41 41
 
Please login to merge, or discard this patch.