Completed
Push — master ( c734e4...04b9b6 )
by Andrii
07:14
created
src/charge/modifiers/addons/Discount.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
121 121
         }
122 122
     }
123 123
 
124
+    /**
125
+     * @param string $operation
126
+     */
124 127
     public function ensureSameType(self $other, $operation)
125 128
     {
126 129
         if ($this->isRelative() && !$other->isRelative()) {
Please login to merge, or discard this patch.