Completed
Push — master ( ec4e35...9cc8cf )
by samizdam
02:53
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/KingdomBundle/Redis/RedisClientInterface.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 Created: 31.07.15 19:40
5
- */
3
+     * Author: Rottenwood
4
+     * Date Created: 31.07.15 19:40
5
+     */
6 6
 namespace Rottenwood\KingdomBundle\Redis;
7 7
 
8 8
 interface RedisClientInterface {
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.