Completed
Push — feature/linting ( 9f79cf...061b6d )
by Christopher
02:15
created
src/EditorFieldValue/FieldValueManager.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -131,6 +131,8 @@  discard block
 block discarded – undo
131 131
 
132 132
   /**
133 133
    * {@inheritdoc}
134
+   * @param boolean $new_revision
135
+   * @param string|null $langcode
134 136
    */
135 137
   public function prepareEntityForSave($entity, $new_revision, $langcode) {
136 138
     $entity->setNewRevision($new_revision);
@@ -261,6 +263,8 @@  discard block
 block discarded – undo
261 263
 
262 264
   /**
263 265
    * {@inheritdoc}
266
+   * @param string $element_name
267
+   * @param string $attribute_name
264 268
    */
265 269
   public function getAttributeName($element_name, $attribute_name) {
266 270
     $element = $this->getElement($element_name);
@@ -276,6 +280,7 @@  discard block
 block discarded – undo
276 280
 
277 281
   /**
278 282
    * {@inheritdoc}
283
+   * @param string $element_name
279 284
    */
280 285
   public function getSelector($element_name) {
281 286
     $element = $this->getElement($element_name);
Please login to merge, or discard this patch.