mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Travis: Enforce phpcs line length + whitespace (#3488)
* Update Travis line length * Also check whitespace in CSS files * Fix line length ext.php * More syntax, string templates * Fix exclude-pattern * Test JS files as well
This commit is contained in:
committed by
GitHub
parent
bf2718cada
commit
947e918f05
@@ -59,12 +59,12 @@ class FreshRSS_UserQuery {
|
||||
*/
|
||||
public function toArray() {
|
||||
return array_filter(array(
|
||||
'get' => $this->get,
|
||||
'name' => $this->name,
|
||||
'order' => $this->order,
|
||||
'search' => $this->search->__toString(),
|
||||
'state' => $this->state,
|
||||
'url' => $this->url,
|
||||
'get' => $this->get,
|
||||
'name' => $this->name,
|
||||
'order' => $this->order,
|
||||
'search' => $this->search->__toString(),
|
||||
'state' => $this->state,
|
||||
'url' => $this->url,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user