Completed
Pull Request — master (#6604)
by Andrew
11:43
created
src/Security/CMSSecurity.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
         Requirements::javascript(FRAMEWORK_ADMIN_DIR . '/client/dist/js/vendor.js');
42 42
     }
43 43
 
44
+    /**
45
+     * @param string $action
46
+     */
44 47
     public function Link($action = null)
45 48
     {
46 49
         /** @skipUpgrade */
@@ -60,6 +63,9 @@  discard block
 block discarded – undo
60 63
         return null;
61 64
     }
62 65
 
66
+    /**
67
+     * @param string $title
68
+     */
63 69
     public function getResponseController($title)
64 70
     {
65 71
         // Use $this to prevent use of Page to render underlying templates
Please login to merge, or discard this patch.
thirdparty/Zend/Cache/Backend/Xcache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      * @param  string $mode clean mode
141 141
      * @param  array  $tags array of tags
142 142
      * @throws Zend_Cache_Exception
143
-     * @return boolean true if no problem
143
+     * @return boolean|null true if no problem
144 144
      */
145 145
     public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
146 146
     {
Please login to merge, or discard this patch.