This commit is contained in:
2021-04-19 15:34:24 +08:00
parent a6046bb74e
commit f4b3298eee
+1 -1
View File
@@ -84,7 +84,7 @@ class Annotation extends Component
* @param string|array $outPath
* @throws Exception
*/
public function runtime(string $dir, string|array $outPath = [])
public function runtime(string $dir, string|array $outPath = '')
{
// if (!empty($outPath) && !is_array($outPath)) {
// $outPath = [$outPath];