Skip to content
Snippets Groups Projects
Commit 9ec7dc02 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4704: coding standards

parent 15946fe9
No related branches found
No related tags found
2 merge requests!111Tag 1.0.1,!107Feature/istwcms 4704 ebremner layout header footer
...@@ -171,7 +171,7 @@ interface UWServiceInterface { ...@@ -171,7 +171,7 @@ interface UWServiceInterface {
/** /**
* A function to get the header data for a node/content type. * A function to get the header data for a node/content type.
* *
* @param Node $node * @param \Drupal\node\Entity\Node $node
* The node object. * The node object.
* *
* @return array * @return array
...@@ -182,7 +182,7 @@ interface UWServiceInterface { ...@@ -182,7 +182,7 @@ interface UWServiceInterface {
/** /**
* A function to get the footer data for a node/content type. * A function to get the footer data for a node/content type.
* *
* @param Node $node * @param \Drupal\node\Entity\Node $node
* The node object. * The node object.
* *
* @return array * @return array
...@@ -202,4 +202,5 @@ interface UWServiceInterface { ...@@ -202,4 +202,5 @@ interface UWServiceInterface {
* An array of terms with name and link. * An array of terms with name and link.
*/ */
public function uwGetTerms(array $tids, string $type = NULL): array; public function uwGetTerms(array $tids, string $type = NULL): 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