Completed
Push — develop ( b4cdc6...ec64f2 )
by Neomerx
04:50
created
src/Types/DateTimeDefaultStringType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param string|DateTime $value
67
+     * @param string $value
68 68
      * @param string          $fromFormat
69 69
      * @param string          $toFormat
70 70
      *
Please login to merge, or discard this patch.
src/Api/Crud.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -865,8 +865,8 @@
 block discarded – undo
865 865
 
866 866
     /**
867 867
      * @param array           $models
868
-     * @param int|string|null $offset
869
-     * @param int|string|null $limit
868
+     * @param integer $offset
869
+     * @param integer $limit
870 870
      *
871 871
      * @return array
872 872
      *
Please login to merge, or discard this patch.