Completed
Pull Request — master (#8)
by
unknown
10:45
created
src/Controller.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * Core routing(core.routing) event handler
116 116
      * @param \samson\core\Core $core
117 117
      * @param boolean $securityResult
118
-     * @return boolean True if security passed
118
+     * @return boolean|null True if security passed
119 119
      */
120 120
     public function handle(&$core, &$securityResult)
121 121
     {
@@ -176,7 +176,8 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Parse application access right
178 178
      * @param string $rightName Right name
179
-     * @return string Application name
179
+     * @param string $applicationName
180
+     * @return boolean Application name
180 181
      */
181 182
     private function matchApplicationAccessRight($rightName, &$applicationName)
182 183
     {
Please login to merge, or discard this patch.