Skip to content

Commit 26f5a7a

Browse files
committed
correct annotation for adduse method
1 parent 7a6c064 commit 26f5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Component/PhpFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function addFunction($name, array $parameters = array())
8686
/**
8787
* @param string $use
8888
* @param string $as
89-
* @param string $last
89+
* @param bool $last
9090
* @return PhpFile
9191
*/
9292
public function addUse($use, $as = null, $last = false)

0 commit comments

Comments
 (0)