Completed
Push — master ( 19ec21...e81a1a )
by Gilmar
23:04
created
src/Payment/Request/Manager.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@  discard block
 block discarded – undo
60 60
         return $this->processExecute($request, $response);
61 61
     }
62 62
 
63
+    /**
64
+     * @param string $route
65
+     */
63 66
     public function blow(Request $request, $route)
64 67
     {
65 68
         $request = $this->preExecute($request);
@@ -112,6 +115,9 @@  discard block
 block discarded – undo
112 115
         return $instance;
113 116
     }
114 117
 
118
+    /**
119
+     * @param string $name
120
+     */
115 121
     protected function getFullyQualifiedDecoratorName($name)
116 122
     {
117 123
         return Factory::PACKAGENAME.'Payment\Response\Decorator\\'.$name;
Please login to merge, or discard this patch.