Completed
Push — master ( 4d9ca3...1d0b3b )
by Peter
22:33
created
src/Grid.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,9 +45,8 @@
 block discarded – undo
45 45
     protected $whitespace;
46 46
 
47 47
     /**
48
-     * @param ITable       $rows
49 48
      * @param Filters|null $filters
50
-     * @param Actions|null $massActions
49
+     * @param Actions|null $actions
51 50
      * @param array        $attributes
52 51
      */
53 52
     public function __construct(
Please login to merge, or discard this patch.
src/Pagination/Pagination.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
      * @param int   $from
37 37
      * @param int   $pageSize
38 38
      * @param int   $totalCount
39
-     * @param int   $maxNumButtons
40 39
      * @param array $pageSizes
41 40
      * @param array $attributes
42 41
      */
Please login to merge, or discard this patch.
src/Action/Button.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      */
50 50
     public static function getDefaultCallback(): \Closure
51 51
     {
52
-        return function ($attribute, IEntity $entity) {
52
+        return function($attribute, IEntity $entity) {
53 53
             return sprintf($attribute, $entity->getId());
54 54
         };
55 55
     }
Please login to merge, or discard this patch.