We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -47,7 +47,7 @@ |
||
47 | 47 | } |
48 | 48 | // limit the number of results according to the datatables pagination |
49 | 49 | if ($this->request->input('length')) { |
50 | - $this->crud->take((int)$this->request->input('length')); |
|
50 | + $this->crud->take((int) $this->request->input('length')); |
|
51 | 51 | } |
52 | 52 | // overwrite any order set in the setup() method with the datatables order |
53 | 53 | if ($this->request->input('order')) { |