|
@@ -1,4 +1,4 @@ discard block |
|
|
block discarded – undo |
|
1
|
|
-<?php declare( strict_types=1 ); |
|
|
1
|
+<?php declare(strict_types=1); |
|
2
|
2
|
|
|
3
|
3
|
namespace BotRiconferme\Logger; |
|
4
|
4
|
|
|
@@ -8,5 +8,5 @@ discard block |
|
|
block discarded – undo |
|
8
|
8
|
* Logger aware of flushing. Can be declared empty if the buffer is flushed immediately. |
|
9
|
9
|
*/ |
|
10
|
10
|
interface IFlushingAwareLogger extends LoggerInterface { |
|
11
|
|
- public function flush() : void; |
|
|
11
|
+ public function flush () : void; |
|
12
|
12
|
} |
Please login to merge, or discard this patch.