Skip to content

Commit

Permalink
5.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz committed Jun 12, 2014
1 parent 5abdd49 commit 1d1707e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YumlPhp/Request/ClassesRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected function buildMethods(IReflectionClass $class, $public = '+', $private
*/
protected function buildUsages(IReflectionClass $class)
{
$usages = [];
$usages = array();
foreach ($class->getMethods() as $method) {
/** @var IReflectionMethod $method */
if ($method->getDeclaringClass() !== $class) {
Expand Down

0 comments on commit 1d1707e

Please sign in to comment.