Completed
Pull Request — master (#272)
by Rudie
14:34
created
src/Kris/LaravelFormBuilder/FormHelper.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     /**
234 234
      * Format the label to the proper format
235 235
      *
236
-     * @param $name
236
+     * @param string $name
237 237
      * @return string
238 238
      */
239 239
     public function formatLabel($name)
@@ -339,6 +339,7 @@  discard block
 block discarded – undo
339 339
 
340 340
     /**
341 341
      * Add unprefixed messages with prefix to a MessageBag
342
+     * @param string|null $prefix
342 343
      */
343 344
     public function appendMessagesWithPrefix(MessageBag $messageBag, $prefix, array $keyedMessages)
344 345
     {
Please login to merge, or discard this patch.