This commit is contained in:
2020-09-01 03:48:18 +08:00
parent ca699b01dd
commit aa07ca22b4
+1 -1
View File
@@ -200,7 +200,7 @@ class Annotation extends BaseAnnotation
*/
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 [null, null];