@@ -250,7 +250,7 @@ |
||
| 250 | 250 | |
| 251 | 251 | /** |
| 252 | 252 | * Массив соответствия русских букв латинским |
| 253 | - * @return string[] |
|
| 253 | + * @return string |
|
| 254 | 254 | */ |
| 255 | 255 | private function getAlphabet() { |
| 256 | 256 | return [ |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author: Rottenwood |
|
| 4 | - * @date : 15.11.15 22:23 |
|
| 5 | - */ |
|
| 3 | + * @author: Rottenwood |
|
| 4 | + * @date : 15.11.15 22:23 |
|
| 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 : 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 | |