Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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 intWAIT_SLEEP_TIME = 2;
2828

2929
/**
3030
* Constructor

‎src/Message/Interfaces/MessageHighInterface.php

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /