Passed
Push — master ( 10e07d...93334d )
by Sergey
03:08
created
src/LTDBeget/sphinx/informer/Informer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/17/16
5
- * @time  : 1:22 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/17/16
5
+     * @time  : 1:22 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\informer;
9 9
 
Please login to merge, or discard this patch.
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.