Completed
Push — master ( 295182...440812 )
by Derek Stephen
01:52
created
src/App/Controller/BaseController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         $this->setStatusCode($statusCode);
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $method
45
+     */
43 46
     protected function httpMethodCheck($method)
44 47
     {
45 48
         if ($this->getRequest()->getMethod() !== $method) {
Please login to merge, or discard this patch.