X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryORM.php;h=469b2972b927d44c12e3f0f6e4aac17185aac26f;hb=df3e7a01136596b32c0d542bfdf29b0b475c0b0a;hp=a23ff06b27715edfe2e9d760ef1ba55df2a25cb0;hpb=fd0ff7a312126ca68e2ce4a11418d7854395f46a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php index a23ff06b27..469b2972b9 100644 --- a/includes/api/ApiQueryORM.php +++ b/includes/api/ApiQueryORM.php @@ -104,7 +104,7 @@ abstract class ApiQueryORM extends ApiQueryBase { protected function getParams() { return array_filter( $this->extractRequestParams(), - function( $prop ) { + function ( $prop ) { return isset( $prop ); } ); @@ -260,5 +260,4 @@ abstract class ApiQueryORM extends ApiQueryBase { return array_merge( $this->getTable()->getFieldDescriptions(), $descriptions ); } - }