|
|
@@ -103,7 +103,7 @@ class TimelineHelper extends Helper {
|
|
|
* @param bool $return If the output should be returned instead
|
|
|
* @param array $scriptOptions
|
|
|
*
|
|
|
- * @return null|string Javascript if $return is true
|
|
|
+ * @return string|null Javascript if $return is true
|
|
|
*/
|
|
|
public function finalize($return = false, array $scriptOptions = []) {
|
|
|
$settings = $this->getConfig();
|