Skip to content

Commit 9d0077b

Browse files
committed
Merge branch 'release/0.0.16'
2 parents fee8068 + b3adf23 commit 9d0077b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
0.0.16
5+
-----
6+
Minor: correct annotation
7+
48
0.0.15
59
-----
610
Issue #3: fix constant declaration for specific value containing (

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)