Skip to content

Commit 0742756

Browse files
committed
doc string updated
1 parent 6a01cbe commit 0742756

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

layouts/joomla/workflow/graphmodal.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<?php
2-
defined('_JEXEC') or die;
32

3+
/**
4+
* @package Joomla.Site
5+
* @subpackage Layout
6+
*
7+
* @copyright (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
8+
* @license GNU General Public License version 2 or later; see LICENSE.txt
9+
*/
410

11+
defined('_JEXEC') or die;
512
use Joomla\CMS\Factory;
613

714
$app = Factory::getApplication();

layouts/joomla/workflow/workflowgraphbtn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package Joomla.Site
55
* @subpackage Layout
66
*
7-
* @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
7+
* @copyright (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
88
* @license GNU General Public License version 2 or later; see LICENSE.txt
99
*/
1010

0 commit comments

Comments
 (0)