Completed
Push — master ( 06321c...b705c4 )
by Alexpts
02:11
created
src/PTS/EndPoint/EndPoint.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return [$controller, $action];
74 74
     }
75 75
 
76
+    /**
77
+     * @return string
78
+     */
76 79
     abstract protected function getControllerClass(ServerRequestInterface $request);
77 80
 
78 81
 	/**
Please login to merge, or discard this patch.