Skip to content
Snippets Groups Projects

ISTWCMS-5214: adding theming for opportunity nodes and fixing dates

Merged Eric Bremner requested to merge feature/ISTWCMS-5214-ebremner-theme-opportunity-node into 1.0.x
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -678,10 +678,10 @@ class UwNodeContent {
* @param string $type
* The type of date.
*
* @return string
* The actual date with proper format.
* @return array
* The array of dates.
*/
public function getDate(array $date, string $type): string {
public function getDate(array $date, string $type): array {
return $this->uwNodeData->getDate($date, $type);
}
Loading