Skip to content

Commit 880a2e0

Browse files
author
DKravtsov
committed
small refactoring.
1 parent e98be21 commit 880a2e0

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

src/Command/WaitDatabaseCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class WaitDatabaseCommand extends Command
2424
/**
2525
* Wait sleep time for db connection in seconds
2626
*/
27-
private const WAIT_SLEEP_TIME = 2;
27+
private const int WAIT_SLEEP_TIME = 2;
2828

2929
/**
3030
* Constructor

src/Message/Interfaces/MessageHighInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
namespace App\Message\Interfaces;
66

77
/**
8-
* Interface MessageHighInterface
9-
*
108
* @package App\Message\Interfaces
119
*/
1210
interface MessageHighInterface

src/Message/Interfaces/MessageLowInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
namespace App\Message\Interfaces;
66

77
/**
8-
* Interface MessageLowInterface
9-
*
108
* @package App\Message\Interfaces
119
*/
1210
interface MessageLowInterface

src/Service/Interfaces/MessageServiceInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
namespace App\Service\Interfaces;
66

77
/**
8-
* Interface MessageServiceInterface
9-
*
108
* @package App\Service\Interfaces
119
*/
1210
interface MessageServiceInterface

0 commit comments

Comments
 (0)