We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | trait Reorder { |
6 | 6 | |
7 | - /** |
|
7 | + /** |
|
8 | 8 | * Reorder the items in the database using the Nested Set pattern. |
9 | 9 | * |
10 | 10 | * Database columns needed: id, parent_id, lft, rgt, depth, name/title |
@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | trait AjaxTable { |
6 | 6 | |
7 | - /** |
|
7 | + /** |
|
8 | 8 | * Respond with the JSON of one or more rows, depending on the POST parameters. |
9 | 9 | * @return JSON Array of cells in HTML form. |
10 | 10 | */ |
@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | trait ShowDetailsRow { |
6 | 6 | |
7 | - /** |
|
7 | + /** |
|
8 | 8 | * Used with AJAX in the list view (datatables) to show extra information about that row that didn't fit in the table. |
9 | 9 | * It defaults to showing some dummy text. |
10 | 10 | * |