Completed
Branch master (5218eb)
by Christopher
02:08
created
code/ControllerPolicy.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@
 block discarded – undo
9 9
      * @param SS_HTTPRequest $request
10 10
      * @param SS_HTTPResponse $response
11 11
      * @param DataModel $model
12
+     * @return null|boolean
12 13
      */
13 14
     public function applyToResponse($originator, SS_HTTPRequest $request, SS_HTTPResponse $response, DataModel $model);
14 15
 }
Please login to merge, or discard this patch.
tests/CachingPolicyTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
         )
14 14
     );
15 15
 
16
+    /**
17
+     * @param string $controller
18
+     * @param string $url
19
+     */
16 20
     public function makeRequest($config, $controller, $url)
17 21
     {
18 22
         Injector::inst()->load($config);
Please login to merge, or discard this patch.