mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Fix coding standards (using PHP Coding Standards Fixer)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user