Completed
Push — master ( 0a3824...0882ae )
by
unknown
17:42
created
src/Rottenwood/KingdomBundle/Entity/Infrastructure/PlayableCharacter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Rottenwood
4
- * @date  : 20.11.15 23:53
5
- */
3
+     * @author: Rottenwood
4
+     * @date  : 20.11.15 23:53
5
+     */
6 6
 
7 7
 namespace Rottenwood\KingdomBundle\Entity\Infrastructure;
8 8
 
Please login to merge, or discard this patch.
src/Rottenwood/UserBundle/Loggers/RegistrationLogger.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Rottenwood
4
- * @date  : 15.11.15 22:54
5
- */
3
+     * @author: Rottenwood
4
+     * @date  : 15.11.15 22:54
5
+     */
6 6
 
7 7
 namespace Rottenwood\UserBundle\Loggers;
8 8
 
Please login to merge, or discard this patch.
src/Rottenwood/KingdomBundle/Entity/Infrastructure/HumanRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     /**
20 20
      * @param Room  $room
21
-     * @param array $onlinePlayerIds
21
+     * @param integer[] $onlinePlayerIds
22 22
      * @param array $excludePlayerIds
23 23
      * @return Human[]
24 24
      */
Please login to merge, or discard this patch.