@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $rm = $rcl->getMethod('count'); |
| 45 | 45 | $rdoc = explode(PHP_EOL, $rm->getDocComment()); |
| 46 | 46 | $pattern = '/^[\s]+\*[\s]+@deprecated[\s]+(.*)[\s]*$/'; |
| 47 | - $deprecations = array_reduce($rdoc, function ($carry, $item) use ($pattern) { |
|
| 47 | + $deprecations = array_reduce($rdoc, function($carry, $item) use ($pattern) { |
|
| 48 | 48 | if (strpos($item, '@deprecated') === FALSE) { |
| 49 | 49 | return $carry; |
| 50 | 50 | } |