@@ -5,7 +5,7 @@ |
||
| 5 | 5 | { |
| 6 | 6 | public function search_and_execute_trait_methods($method_name) |
| 7 | 7 | { |
| 8 | - $errors = []; |
|
| 8 | + $errors = [ ]; |
|
| 9 | 9 | $pattern = "Trait_$method_name"; // Trait Method must be correctly formatted |
| 10 | 10 | // vd("SEARCHING FOR ***$pattern " . get_class($this)); |
| 11 | 11 | foreach ((new \ReflectionClass($this))->getTraitNames() as $FQTraitName) { |