Completed
Pull Request — master (#7057)
by Damian
08:49
created
src/Control/Session.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Get user agent for this request
145 145
      *
146
+     * @param HTTPRequest $request
146 147
      * @return string
147 148
      */
148 149
     protected function userAgent($request)
Please login to merge, or discard this patch.
src/Control/Middleware/TrustedProxyMiddleware.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -102,6 +102,7 @@
 block discarded – undo
102 102
     /**
103 103
      * Determine if the current request is coming from a trusted proxy
104 104
      *
105
+     * @param HTTPRequest $request
105 106
      * @return boolean True if the request's source IP is a trusted proxy
106 107
      */
107 108
     protected function isTrustedProxy($request)
Please login to merge, or discard this patch.