protected function makePropertySignature(ReflectionClass $reflection, $propertyName)
 {
     return $reflection->getName() . '::$' . $propertyName;
 }