1
0
Fork 0

Update Definition.php

pull/421/head
Felix Becker 2017-07-07 13:03:44 +02:00 committed by GitHub
parent 67f44c7d92
commit 1718dc394d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Definition
* @param bool $includeSelf should the first yielded value be the current definition itself
* @return Generator
*/
public function getAncestorDefinitions(ReadableIndex $index, bool $includeSelf = false) : Generator
public function getAncestorDefinitions(ReadableIndex $index, bool $includeSelf = false): Generator
{
if ($includeSelf) {
yield $this->fqn => $this;