Completed
Pull Request — master (#9)
by Nicolas
04:39
created
src/Messages/Message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
         $skippedAttributes = array('timestamp', 'headers', 'app_id', 'routing_key');
219 219
         foreach($attributes as $attributeName => $value)
220 220
         {
221
-            if(! in_array($attributeName, $skippedAttributes))
221
+            if( ! in_array($attributeName, $skippedAttributes))
222 222
             {
223 223
                 $writableMessage->setAttribute($attributeName, $value);
224 224
             }
Please login to merge, or discard this patch.