Passed
Push — master ( 334afa...1ec06c )
by Sergey
08:34
created
src/LTDBeget/sphinx/configurator/configurationEntities/base/Definition.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * @internal
199 199
      *
200
-     * @param $name
200
+     * @param string $name
201 201
      *
202 202
      * @return bool
203 203
      */
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * @internal
211 211
      *
212
-     * @return Definition[]
212
+     * @return \Generator
213 213
      * @throws LogicException
214 214
      */
215 215
     private function getSelfTypeIterator()
Please login to merge, or discard this patch.