diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index ab963b16..f11985a0 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -32,7 +32,6 @@ class Annotation extends Component public function addSets(string $class, string $setName, string $method) { $this->_model_sets[$class . '::' . $setName] = $method; - var_dump($this->_model_sets); } /** @@ -43,9 +42,9 @@ class Annotation extends Component public function addGets(string $class, string $setName, string $method) { $this->_model_gets[$class . '::' . $setName] = $method; - var_dump($this->_model_gets); } + /** * @param string $class * @param string $setName