Completed
Push — master ( 728b33...068584 )
by John
02:38
created
src/Endpoint/LoggingEndpoint.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Psr\Log\LoggerAwareTrait;
5 5
 
6
-abstract class LoggingEndpoint implements Endpoint
7
-{
6
+abstract class LoggingEndpoint implements Endpoint {
8 7
     use LoggerAwareTrait;
9 8
 }
Please login to merge, or discard this patch.
src/Endpoint/LoggingEndpointFactory.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
      * LoggingEndpointFactory constructor.
21 21
      * @param LoggerInterface $logger
22 22
      */
23
-    public function __construct(LoggerInterface $logger)
24
-    {
23
+    public function __construct(LoggerInterface $logger) {
25 24
         $this->logger = $logger;
26 25
     }
27 26
 
Please login to merge, or discard this patch.