Completed
Push — master ( 64f474...0d71d6 )
by Rasmus
7s
created
src/framework/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * This method implements `IteratorAggregate`, permitting you to iterate directly over
83 83
      * the resulting records (or objects) without explicitly having to call this method.
84 84
      *
85
-     * @return Iterator
85
+     * @return \Traversable
86 86
      */
87 87
     public function getIterator()
88 88
     {
Please login to merge, or discard this patch.
src/model/query/UpdateQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     private $assignments = [];
17 17
 
18 18
     /**
19
-     * @param Column|string $column Column to update (or Column name)
19
+     * @param Column $column Column to update (or Column name)
20 20
      * @param mixed         $value  value to apply
21 21
      *
22 22
      * @return $this
Please login to merge, or discard this patch.