Completed
Push — master ( b4c0e6...aeda72 )
by Damien
15:01
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
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * Get and validate messages from the request.
82 82
      *
83 83
      * @param Request $request
84
-     * @param array   $validationGroups
84
+     * @param string[]   $validationGroups
85 85
      *
86 86
      * @return EditInPlaceMessage[]
87 87
      *
Please login to merge, or discard this patch.