We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -123,6 +123,10 @@ |
||
123 | 123 | } |
124 | 124 | } |
125 | 125 | |
126 | + /** |
|
127 | + * @param string|null $className |
|
128 | + * @param boolean $withMethod |
|
129 | + */ |
|
126 | 130 | private function addDefinitionTagsFromAliasesMethod(Definition $definition, $className, $tagName, $withMethod) |
127 | 131 | { |
128 | 132 | // from getAliases |