Completed
Push — master ( d314ef...054572 )
by Andreas
02:05
created
src/CreditCard/CreditCard.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
         return $detector->detect($this->number);
140 140
     }
141 141
 
142
+    /**
143
+     * @param string $prop
144
+     */
142 145
     private function with($prop, $value)
143 146
     {
144 147
         $card = clone $this;
Please login to merge, or discard this patch.