Code cleanup

- Format code accordingly to coding conventions
- Add / update PHPDoc all over the place
- Suppress most of the warnings that did not have a big impact on code's logic
This commit is contained in:
Molkobain
2019-07-09 19:10:16 +02:00
parent 9e9187b169
commit 030d912820
7 changed files with 145 additions and 21 deletions

View File

@@ -954,6 +954,9 @@ class DBObjectSearch extends DBSearch
}
}
/**
* @inheritDoc
*/
public function Intersect(DBSearch $oFilter)
{
if ($oFilter instanceof DBUnionSearch)