Skip to content
Snippets Groups Projects
Commit 523b82f0 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5128: coding standards

parent c87a82b4
No related branches found
No related tags found
1 merge request!172Feature/istwcms 5128 ebremner theme node services
...@@ -255,7 +255,6 @@ class UwNodeFieldValue { ...@@ -255,7 +255,6 @@ class UwNodeFieldValue {
} }
/** /**
<<<<<<< HEAD
* Gets a plain text field or fields. * Gets a plain text field or fields.
* *
* @param \Drupal\node\Entity\Node $node * @param \Drupal\node\Entity\Node $node
...@@ -294,8 +293,6 @@ class UwNodeFieldValue { ...@@ -294,8 +293,6 @@ class UwNodeFieldValue {
} }
/** /**
* {@inheritDoc}
=======
* Prepares image for theme. * Prepares image for theme.
* *
* @param \Drupal\node\Entity\Node $node * @param \Drupal\node\Entity\Node $node
...@@ -308,7 +305,6 @@ class UwNodeFieldValue { ...@@ -308,7 +305,6 @@ class UwNodeFieldValue {
* *
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
* @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
>>>>>>> origin/1.0.x
*/ */
public function getImage(Node $node, string $field_name): array { public function getImage(Node $node, string $field_name): array {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment