mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Renamed method to a more speaking name
This commit is contained in:
@@ -48,7 +48,7 @@ final class RightTransformerService implements RightTransformerServiceInterface
|
||||
$attributes = [];
|
||||
$reflection = new \ReflectionClass($right);
|
||||
$methods = $reflection->getMethods(\ReflectionMethod::IS_PUBLIC);
|
||||
/**
|
||||
/*
|
||||
* @var \ReflectionMethod
|
||||
*/
|
||||
foreach ($methods as $method) {
|
||||
|
Reference in New Issue
Block a user