Completed
Push — master ( 13d085...a38278 )
by Nikola
08:03
created
src/RunOpenCode/Bundle/ExchangeRate/Controller/EditController.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
      * @param $source
34 34
      * @param $rateType
35 35
      * @param $currencyCode
36
-     * @param \DateTime $date
37 36
      * @return \Symfony\Component\HttpFoundation\RedirectResponse|\Symfony\Component\HttpFoundation\Response|\Symfony\Component\HttpKernel\Exception\NotFoundHttpException
38 37
      */
39 38
     public function indexAction(Request $request)
@@ -75,7 +74,6 @@  discard block
 block discarded – undo
75 74
      *
76 75
      * @param Form $form
77 76
      * @param Request $request
78
-     * @param RateInterface $rate
79 77
      *
80 78
      * @return bool TRUE if successful
81 79
      */
@@ -124,7 +122,7 @@  discard block
 block discarded – undo
124 122
      * Save rate.
125 123
      *
126 124
      * @param Rate $rate
127
-     * @return TRUE if successful.
125
+     * @return boolean if successful.
128 126
      */
129 127
     protected function save(Rate $rate)
130 128
     {
Please login to merge, or discard this patch.