@@ -1,8 +1,8 @@ |
||
| 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 | |
@@ -1,8 +1,8 @@ |
||
| 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 { |
@@ -1,8 +1,8 @@ |
||
| 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 | |
@@ -18,7 +18,7 @@ |
||
| 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 | */ |