Skip to content

Commit

Permalink
rename empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilmar Pupo committed Jul 8, 2016
1 parent 27f9330 commit f67a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/CollectionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class CollectionAbstract extends ArrayCollection
/**
* Aplica empty() a um elemento interno
*/
public function empty($key)
public function elementEmpty($key)
{
if (!$this->containsKey($key)) {
return true;
Expand Down

0 comments on commit f67a837

Please sign in to comment.