Skip to content

Commit

Permalink
remove string typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim authored Jul 19, 2017
1 parent 7700f3c commit 83f4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getBehavior()
/**
* @param string $behavior
*/
public function setBehavior(string $behavior)
public function setBehavior($behavior)
{
$this->setValue('behavior', $behavior);
}
Expand Down

0 comments on commit 83f4734

Please sign in to comment.