Completed
Push — master ( 2fcbbc...aa3e09 )
by Mikołaj
03:33
created
src/module/Users/One/Login/View.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class View extends FrontView
9 9
 {
10
+    /**
11
+     * @param integer|null $status
12
+     */
10 13
     public function form($formData, $status)
11 14
     {
12 15
         $this->formData = $formData;
Please login to merge, or discard this patch.
src/module/Users/Roll/Admin/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @param int   $limit
13 13
      * @param int   $onPage
14
-     * @param array $orderBy
14
+     * @param string[] $orderBy
15 15
      *
16 16
      * @return array
17 17
      */
Please login to merge, or discard this patch.