Completed
Push — master ( f5a442...37ded2 )
by Nikola
11:01 queued 04:25
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.
src/RunOpenCode/Bundle/ExchangeRate/DependencyInjection/Extension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 namespace RunOpenCode\Bundle\ExchangeRate\DependencyInjection;
11 11
 
12
-use RunOpenCode\ExchangeRate\Configuration;
13 12
 use RunOpenCode\Bundle\ExchangeRate\DependencyInjection\Configuration as TreeConfiguration;
14 13
 use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
15 14
 use Symfony\Component\Config\FileLocator;
Please login to merge, or discard this patch.