Completed
Push — master ( 4bf91f...d42076 )
by Nicolas
03:14
created
src/Workers/MessageAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
         throw new \LogicException('Consumed messages have no flags');
82 82
     }
83 83
 
84
+    /**
85
+     * @param string $attributeName
86
+     */
84 87
     public function getAttribute($attributeName)
85 88
     {
86 89
         $messageProperties = $this->message->getProperties();
Please login to merge, or discard this patch.