Implemented correct functions

This commit is contained in:
Kevin Frantz
2018-09-06 11:57:06 +02:00
parent 197a4a1ad1
commit 9eedf7776b
2 changed files with 19 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ class Node implements NodeInterface
public function getId(): int
{}
public function setSource(SourceInterface $source)
public function setSource(SourceInterface $source):void
{}
public function getSource(): SourceInterface