We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -61,7 +61,7 @@ |
||
61 | 61 | * Get all entries from the database with conditions. |
62 | 62 | * |
63 | 63 | * @param string $length the number of records requested |
64 | - * @param string $skip how many to skip |
|
64 | + * @param integer $skip how many to skip |
|
65 | 65 | * @param string $orderBy the column to order by |
66 | 66 | * @param string $orderDirection how to order asc/desc |
67 | 67 | * @param string $filter what string to filter the name by |
@@ -63,9 +63,9 @@ |
||
63 | 63 | // add the details_row buttons as the first column |
64 | 64 | if ($this->crud->details_row) { |
65 | 65 | array_unshift($row_items, \View::make('crud::columns.details_row_button') |
66 | - ->with('crud', $this->crud) |
|
67 | - ->with('entry', $entry) |
|
68 | - ->render()); |
|
66 | + ->with('crud', $this->crud) |
|
67 | + ->with('entry', $entry) |
|
68 | + ->render()); |
|
69 | 69 | } |
70 | 70 | |
71 | 71 | return $row_items; |