Completed
Push — master ( 5c8cb6...92357d )
by Dmitry
02:05
created
src/OmnipayResponse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
71 71
         return null;
72 72
     }
73 73
 
74
+    /**
75
+     * @param string $name
76
+     */
74 77
     public function getVar($name)
75 78
     {
76 79
         return $this->getWorker()->getData()[$name];
Please login to merge, or discard this patch.