Skip to content

Commit

Permalink
Fixed a strict warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Renkema authored and Iltar van der Berg committed Oct 7, 2014
1 parent cc7df0b commit eab74af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function resolveFile(PhingFile $f) {
/* -- most of the following is mapped to the php natives wrapped by FileSystem */

/* -- Attribute accessors -- */
function getBooleanAttributes(&$f) {
function getBooleanAttributes($f) {
//$rv = getBooleanAttributes0($f);
$name = $f->getName();
$hidden = (strlen($name) > 0) && ($name{0} == '.');
Expand Down

0 comments on commit eab74af

Please sign in to comment.