Run php-cs-fixer on the code base
This commit is contained in:
@@ -236,8 +236,7 @@ class App extends Base
|
||||
// Search by task id or by title
|
||||
if (ctype_digit($search)) {
|
||||
$filter->filterById($search);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$filter->filterByTitle($search);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user