This commit is contained in:
2021-03-23 16:14:05 +08:00
parent 98681a0dfa
commit 65332ec6b1
11 changed files with 946 additions and 820 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ namespace Annotation;
use DirectoryIterator;
use Exception;
use Snowflake\Abstracts\Component;
use Snowflake\Exception\ComponentException;
@@ -51,7 +52,7 @@ class Annotation extends Component
* @param string $namespace
* @param string $alias
* @return void
* @throws ComponentException
* @throws Exception
*/
public function read(string $path, string $namespace, string $alias = 'root'): void
{