Fix coding standards (using PHP Coding Standards Fixer)

This commit is contained in:
Meritoo
2019-04-02 12:03:53 +02:00
parent 7ddfcf6946
commit 1b4577cc8a
5 changed files with 9 additions and 9 deletions

View File

@@ -577,7 +577,7 @@ class Reflection
* @param string $property Name of the property
* @param int $filter (optional) Filter of properties. Uses \ReflectionProperty class constants.
* By default all properties are allowed / processed.
* @return null|\ReflectionProperty
* @return \ReflectionProperty|null
*/
public static function getProperty($class, $property, $filter = null)
{