Node: rename hasProblems to isProblem

This commit is contained in:
Thomas Gelf 2015-11-19 14:45:33 +01:00
parent 0f3882e8b2
commit 63ad013c5a

View file

@ -112,7 +112,7 @@ abstract class Node
return $this; return $this;
} }
public function hasProblems() public function isProblem()
{ {
return $this->getState() > 0; return $this->getState() > 0;
} }