modify
This commit is contained in:
@@ -148,12 +148,7 @@ class Annotation extends Component
|
|||||||
if ($method->class != $class) {
|
if ($method->class != $class) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
$this->resolveAnnotations($method, $alias, $object);
|
||||||
$tmp = $this->resolveAnnotations($method, $alias, $object);
|
|
||||||
if (empty($tmp)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$this->_classes[$reflect->getName()][$method->getName()] = $tmp;
|
|
||||||
}
|
}
|
||||||
$this->resolveProperty($reflect, $object);
|
$this->resolveProperty($reflect, $object);
|
||||||
}
|
}
|
||||||
@@ -233,7 +228,7 @@ class Annotation extends Component
|
|||||||
//
|
//
|
||||||
// $this->_annotations[$alias][] = $tmp;
|
// $this->_annotations[$alias][] = $tmp;
|
||||||
|
|
||||||
return $tmp;
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user