Completed
Push — master ( 08bb42...22e813 )
by
unknown
23:44
created
module/Columnis/src/Columnis/Controller/PageController.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@  discard block
 block discarded – undo
75 75
         $_SESSION['token'] = $queryParams['token'];
76 76
     }
77 77
 
78
+    /**
79
+     * @param integer $pageId
80
+     */
78 81
     protected function fetchPage($pageId, Array $params = null, $withBreakpoints = false)
79 82
     {
80 83
         $accessToken = $this->getAdminSession();
@@ -181,6 +184,9 @@  discard block
 block discarded – undo
181 184
         return [];
182 185
     }
183 186
 
187
+    /**
188
+     * @param string $extension
189
+     */
184 190
     private function searchAssets($path, $extension, Array $excludes = null)
185 191
     {
186 192
         $assets = [];
@@ -203,6 +209,9 @@  discard block
 block discarded – undo
203 209
         return $ret;
204 210
     }
205 211
 
212
+    /**
213
+     * @return string
214
+     */
206 215
     private function getPublicPath()
207 216
     {
208 217
         $ret = [];
Please login to merge, or discard this patch.
module/Columnis/src/Columnis/Model/ZfCacheAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Zend\Cache\Storage\StorageInterface;
6 6
 use GuzzleHttp\Subscriber\Cache\CacheStorageInterface;
7 7
 use GuzzleHttp\Message\RequestInterface;
8
-use GuzzleHttp\Message\Response;
9 8
 use GuzzleHttp\Message\ResponseInterface;
10 9
 use GuzzleHttp\Message\MessageFactory;
11 10
 
Please login to merge, or discard this patch.