Skip to content

Commit 4e171c4

Browse files
committed
layer support for forward method
1 parent dda7cd1 commit 4e171c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdoc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ public function setInput(Mat $blob, string $name = '') {
13971397
/**
13981398
* @return Mat
13991399
*/
1400-
public function forward() {
1400+
public function forward(string $name = '') {
14011401

14021402
}
14031403
}

0 commit comments

Comments
 (0)