Skip to content

Commit 1903b10

Browse files
authored
[Coding Style] Enable rule PSR12.Classes.OpeningBraceSpace.Found (matomo-org#21688)
* Enable rule PSR12.Classes.OpeningBraceSpace.Found * autoapply cs
1 parent dbfae1c commit 1903b10

170 files changed

Lines changed: 0 additions & 172 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/DataTableManipulator/Flattener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*/
2222
class Flattener extends DataTableManipulator
2323
{
24-
2524
private $includeAggregateRows = false;
2625

2726
/**

core/ArchiveProcessor/LoaderLock.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class LoaderLock
1515
{
16-
1716
const MAX_LEN_LOCK_NAME = 64;
1817
const MAX_LOCK_TIME = 60; //in seconds
1918
protected $id;

core/AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class JScriptUIAssetFetcher extends UIAssetFetcher
1515
{
16-
1716
protected function retrieveFileLocations()
1817
{
1918
if (!empty($this->plugins)) {

core/Cache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
class Cache
1414
{
15-
1615
/**
1716
* This can be considered as the default cache to use in case you don't know which one to pick. It does not support
1817
* the caching of any objects though. Only boolean, numbers, strings and arrays are supported. Whenever you request

core/Changes/Model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727
class Model
2828
{
29-
3029
const NO_CHANGES_EXIST = 0;
3130
const CHANGES_EXIST = 1;
3231
const NEW_CHANGES_EXIST = 2;

core/Changes/UserChanges.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
*/
1818
class UserChanges
1919
{
20-
2120
private $user;
2221
private $changesModel;
2322

core/CliMulti/CliPhp.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
class CliPhp
1414
{
15-
1615
public function findPhpBinary()
1716
{
1817
$general = Config::getInstance()->General;

core/CliMulti/Output.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
class Output implements OutputInterface
1414
{
15-
1615
private $tmpFile = '';
1716
private $outputId = null;
1817

core/Config/DatabaseConfig.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class DatabaseConfig extends SectionConfig
1212
{
13-
1413
public static function getSectionName(): string
1514
{
1615
return 'database';

core/Config/GeneralConfig.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class GeneralConfig extends SectionConfig
1212
{
13-
1413
public static function getSectionName(): string
1514
{
1615
return 'General';

0 commit comments

Comments
 (0)