改名
This commit is contained in:
@@ -200,7 +200,7 @@ class Annotation extends BaseAnnotation
|
|||||||
*/
|
*/
|
||||||
public function pop($name)
|
public function pop($name)
|
||||||
{
|
{
|
||||||
if (!isset($this->_Scan_directory[$name])) {
|
if (isset($this->_Scan_directory[$name])) {
|
||||||
return [$this->_Scan_directory[$name], $this->params[$name] ?? []];
|
return [$this->_Scan_directory[$name], $this->params[$name] ?? []];
|
||||||
}
|
}
|
||||||
return [null, null];
|
return [null, null];
|
||||||
|
|||||||
Reference in New Issue
Block a user