Skip to content

Commit da5b35b

Browse files
committed
Fix phpdoc code style
1 parent c6e1558 commit da5b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigurableFieldManagerInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function createField(BundleFieldDefinition $field_definition, $lock = TRU
3030
*
3131
* @param \Drupal\entity\BundleFieldDefinition $field_definition
3232
* The field definition.
33-
* @param $modes array
33+
* @param array $modes
3434
* The display mode configuration, keyed by display type, then mode.
3535
* Display type is one of 'form' or 'view', with their values being arrays
3636
* keyed by display mode ID. The display modes are created if they do not

0 commit comments

Comments
 (0)