Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shardj committed Sep 23, 2019
2 parents 75dc288 + 4c6585a commit 1d67d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Post end of life changes for zf1 to allow compatibility with PHP 7.3, and potent

If you have any requests for tags, releases, or anything else. Feel free to raise an issue and I'll get it sorted.

Installable through git clone or through `composer install zf1-future` https://packagist.org/packages/shardj/zf1-future
Installable through git clone or through `composer require shardj/zf1-future` https://packagist.org/packages/shardj/zf1-future

Recently https://github.com/Shardj/zf1-extras-future has been created for those who need it.
2 changes: 1 addition & 1 deletion library/Zend/Tool/Project/Profile/Resource/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public function valid()
*/
public function hasChildren()
{
return (count($this->_subResources > 0)) ? true : false;
return (count($this->_subResources) > 0) ? true : false;
}

/**
Expand Down

0 comments on commit 1d67d30

Please sign in to comment.