You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (method_exists(\ReflectionMethod::class, 'getReturnType')) {
117
+
$this->fail('The FactoryReturnTypePass should set the class to service "factory".');
118
+
} else {
119
+
$this->assertEquals('Please add the class to service "factory" even if it is constructed by a factory since we might need to add method calls based on compile-time checks.', $e->getMessage());
0 commit comments