Completed
Push — master ( 584a71...a5bdca )
by Tobias
24:17 queued 18:42
created
Controller/EditInPlaceController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Remove the Symfony translation cache and warm it up again.
55 55
      *
56
-     * @param $locale
56
+     * @param string $locale
57 57
      */
58 58
     private function rebuildTranslations($locale)
59 59
     {
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      *
90 90
      * @param Request $request
91 91
      * @param string  $locale
92
-     * @param array   $validationGroups
92
+     * @param string[]   $validationGroups
93 93
      *
94 94
      * @return Message[]
95 95
      *
Please login to merge, or discard this patch.