aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-01-20 15:26:17 +0100
committerGitHub <noreply@github.com>2023-01-20 15:26:17 +0100
commit3f231d68d7066d605f261f652f5263613d56ada4 (patch)
treee7ee5a3e8b7ab5292d7b8dfdcb024726304d4894 /build
parent473c546b5c562e19ba8f9d3aef9cd64d2458cda7 (diff)
parentf5c361cf44739058b79f322576a1bad2d8c142d9 (diff)
downloadnextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.tar.gz
nextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.zip
Merge pull request #36271 from nextcloud/fix/fix-codestyle
Fix codestyle using codesniffer
Diffstat (limited to 'build')
-rw-r--r--build/OCPSinceChecker.php1
-rw-r--r--build/integration/features/bootstrap/Avatar.php1
-rw-r--r--build/integration/features/bootstrap/BasicStructure.php1
-rw-r--r--build/integration/features/bootstrap/ContactsMenu.php1
-rw-r--r--build/integration/features/bootstrap/Download.php1
-rw-r--r--build/integration/features/bootstrap/Mail.php1
-rw-r--r--build/integration/features/bootstrap/Search.php1
-rw-r--r--build/integration/features/bootstrap/TalkContext.php1
-rw-r--r--build/integration/features/bootstrap/Trashbin.php1
9 files changed, 0 insertions, 9 deletions
diff --git a/build/OCPSinceChecker.php b/build/OCPSinceChecker.php
index 75ce9c97cbc..f882d1b7724 100644
--- a/build/OCPSinceChecker.php
+++ b/build/OCPSinceChecker.php
@@ -28,7 +28,6 @@ require_once(dirname(__DIR__) . '/3rdparty/autoload.php');
* this class checks all methods for the presence of the @since tag
*/
class SinceTagCheckVisitor extends \PhpParser\NodeVisitorAbstract {
-
/** @var string */
protected $namespace = '';
/** @var string */
diff --git a/build/integration/features/bootstrap/Avatar.php b/build/integration/features/bootstrap/Avatar.php
index 6f8b98ad605..6b8e5d88092 100644
--- a/build/integration/features/bootstrap/Avatar.php
+++ b/build/integration/features/bootstrap/Avatar.php
@@ -26,7 +26,6 @@ use PHPUnit\Framework\Assert;
require __DIR__ . '/../../vendor/autoload.php';
trait Avatar {
-
/** @var string **/
private $lastAvatar;
diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php
index 632e827669b..9060c85c756 100644
--- a/build/integration/features/bootstrap/BasicStructure.php
+++ b/build/integration/features/bootstrap/BasicStructure.php
@@ -73,7 +73,6 @@ trait BasicStructure {
protected $remoteBaseUrl;
public function __construct($baseUrl, $admin, $regular_user_password) {
-
// Initialize your context here
$this->baseUrl = $baseUrl;
$this->adminUser = $admin;
diff --git a/build/integration/features/bootstrap/ContactsMenu.php b/build/integration/features/bootstrap/ContactsMenu.php
index c5266ffb7d1..0506d827a39 100644
--- a/build/integration/features/bootstrap/ContactsMenu.php
+++ b/build/integration/features/bootstrap/ContactsMenu.php
@@ -23,7 +23,6 @@
use PHPUnit\Framework\Assert;
trait ContactsMenu {
-
// BasicStructure trait is expected to be used in the class that uses this
// trait.
diff --git a/build/integration/features/bootstrap/Download.php b/build/integration/features/bootstrap/Download.php
index 7879159325a..e5e6dc64853 100644
--- a/build/integration/features/bootstrap/Download.php
+++ b/build/integration/features/bootstrap/Download.php
@@ -26,7 +26,6 @@ use PHPUnit\Framework\Assert;
require __DIR__ . '/../../vendor/autoload.php';
trait Download {
-
/** @var string **/
private $downloadedFile;
diff --git a/build/integration/features/bootstrap/Mail.php b/build/integration/features/bootstrap/Mail.php
index c661a5935c6..c2d9e86275c 100644
--- a/build/integration/features/bootstrap/Mail.php
+++ b/build/integration/features/bootstrap/Mail.php
@@ -21,7 +21,6 @@
*
*/
trait Mail {
-
// CommandLine trait is expected to be used in the class that uses this
// trait.
diff --git a/build/integration/features/bootstrap/Search.php b/build/integration/features/bootstrap/Search.php
index 91c66ae1d20..c9d5f75a1d3 100644
--- a/build/integration/features/bootstrap/Search.php
+++ b/build/integration/features/bootstrap/Search.php
@@ -24,7 +24,6 @@ use Behat\Gherkin\Node\TableNode;
use PHPUnit\Framework\Assert;
trait Search {
-
// BasicStructure trait is expected to be used in the class that uses this
// trait.
diff --git a/build/integration/features/bootstrap/TalkContext.php b/build/integration/features/bootstrap/TalkContext.php
index 9c4b9037829..5417c22a058 100644
--- a/build/integration/features/bootstrap/TalkContext.php
+++ b/build/integration/features/bootstrap/TalkContext.php
@@ -23,7 +23,6 @@
use Behat\Behat\Context\Context;
class TalkContext implements Context {
-
/**
* @BeforeFeature @Talk
* @BeforeScenario @Talk
diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php
index 998720b67b2..19e9b57c3fb 100644
--- a/build/integration/features/bootstrap/Trashbin.php
+++ b/build/integration/features/bootstrap/Trashbin.php
@@ -31,7 +31,6 @@ require __DIR__ . '/../../vendor/autoload.php';
* Trashbin functions
*/
trait Trashbin {
-
// WebDav trait is expected to be used in the class that uses this trait.
/**