Passed
Pull Request — master (#9)
by Nicolas
03:16
created
src/Messages/InMemory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public static function build($routingKey, Body $body = null, array $additionalHeaders = [], array $additionalAttributes = [])
14 14
     {
15
-        if(! $body instanceof Body)
15
+        if( ! $body instanceof Body)
16 16
         {
17 17
             $body = new NullBody();
18 18
         }
Please login to merge, or discard this patch.
src/Clients/Decorators/PrefixedQueuesClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     {
45 45
         $queueNameParts = [];
46 46
 
47
-        if(! empty($this->queueNamePrefix))
47
+        if( ! empty($this->queueNamePrefix))
48 48
         {
49 49
             $queueNameParts[] = trim($this->queueNamePrefix);
50 50
         }
Please login to merge, or discard this patch.