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

ISTWCMS-5195: coding standards

parent 0d2a6ffc
No related branches found
No related tags found
1 merge request!172Feature/istwcms 5128 ebremner theme node services
......@@ -146,13 +146,13 @@ class UwNodeContent {
/**
* Common elements for content data.
*
* @param $node_flags
* @param array $node_flags
* The flags for the node.
*
* @return array
* Array of common elements for content data.
*/
public function setupContentData($node_flags): array {
public function setupContentData(array $node_flags): array {
$content_data['url'] = [
'type' => 'url',
......
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