Completed
Push — master ( cab65c...97d302 )
by Nikola
24:15 queued 08:43
created
src/RunOpenCode/Bundle/ExchangeRate/Controller/ExchangeRateController.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
      * Find rate based on values of request parameters.
182 182
      *
183 183
      * @param Request $request
184
-     * @return static
184
+     * @return Rate
185 185
      */
186 186
     protected function getRateFromRequest(Request $request)
187 187
     {
@@ -194,6 +194,7 @@  discard block
 block discarded – undo
194 194
 
195 195
     /**
196 196
      * {@inheritdoc}
197
+     * @param string[] $attributes
197 198
      */
198 199
     protected function denyAccessUnlessGranted($attributes, $object = null, $message = 'Access Denied.')
199 200
     {
Please login to merge, or discard this patch.