Passed
Branch master (1bb93a)
by Patrick
08:50
created
src/SqsFifoQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
      *
241 241
      * @param  string  $payload
242 242
      * @param  string  $key
243
-     * @param  mixed  $default
243
+     * @param  string  $default
244 244
      *
245 245
      * @return mixed
246 246
      */
Please login to merge, or discard this patch.
src/LaravelSqsFifoQueueServiceProvider.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     public function registerDeduplicators()
82 82
     {
83 83
         foreach (['Unique', 'Content', 'Sqs'] as $deduplicator) {
84
-            $this->{"register{$deduplicator}Deduplicator"}();
84
+            $this->{"register{$deduplicator}deduplicator"}();
85 85
         }
86 86
     }
87 87
 
Please login to merge, or discard this patch.