Skip to content

Commit f9d52ca

Browse files
committed
Remove all occurences of @Package / @subpackage / @category from core/ files.
refs matomo-org#4609
1 parent b1ae26d commit f9d52ca

312 files changed

Lines changed: 111 additions & 1055 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/API/DataTableGenericFilter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119
namespace Piwik\API;
1210

core/API/DataTableManipulator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119
namespace Piwik\API;
1210

core/API/DataTableManipulator/Flattener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API\DataTableManipulator
108
*/
119
namespace Piwik\API\DataTableManipulator;
1210

core/API/DataTableManipulator/LabelFilter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API\DataTableManipulator
108
*/
119
namespace Piwik\API\DataTableManipulator;
1210

core/API/DataTableManipulator/ReportTotalsCalculator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API\DataTableManipulator
108
*/
119
namespace Piwik\API\DataTableManipulator;
1210

core/API/DocumentationGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119
namespace Piwik\API;
1210

core/API/Proxy.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119

1210
namespace Piwik\API;
@@ -510,8 +508,6 @@ private function checkClassIsSingleton($className)
510508
/**
511509
* To differentiate between "no value" and default value of null
512510
*
513-
* @package Piwik
514-
* @subpackage Piwik_API
515511
*/
516512
class NoDefaultValue
517513
{

core/API/Request.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119
namespace Piwik\API;
1210

core/API/ResponseBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik\API
108
*/
119
namespace Piwik\API;
1210

core/Access.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* @link http://piwik.org
66
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
77
*
8-
* @category Piwik
9-
* @package Piwik
108
*/
119
namespace Piwik;
1210

@@ -33,8 +31,6 @@
3331
* Access is granted per website. Uses with access for a website can view all
3432
* data associated with that website.
3533
*
36-
* @package Piwik
37-
* @subpackage Access
3834
*/
3935
class Access
4036
{
@@ -481,10 +477,8 @@ private function setAnySuperUserLoginIfCurrentUserHasNotSuperUserAccess()
481477
/**
482478
* Exception thrown when a user doesn't have sufficient access to a resource.
483479
*
484-
* @package Piwik
485-
* @subpackage Access
486480
* @api
487481
*/
488482
class NoAccessException extends \Exception
489483
{
490-
}
484+
}

0 commit comments

Comments
 (0)