From e4be919ad08597233cdd66b085ad27bac13fd8ee Mon Sep 17 00:00:00 2001 From: Christian Leucht <3417446+Chrico@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:07:44 +0100 Subject: [PATCH 1/2] Update LICENSE Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com> --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2fd7a20..4a13314 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Inpsyde GmbH +Copyright (c) Syde GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 389346f9b23d745fa5fe0b4060907a63d1a477b1 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Wed, 13 Mar 2024 17:39:32 +0100 Subject: [PATCH 2/2] Remove lie text from each file, rename leftover of Inpsyde --- Inpsyde/Helpers/Boundaries.php | 24 ------------------- Inpsyde/Helpers/FunctionDocBlock.php | 24 ------------------- Inpsyde/Helpers/FunctionReturnStatement.php | 24 ------------------- Inpsyde/Helpers/Functions.php | 24 ------------------- Inpsyde/Helpers/Misc.php | 24 ------------------- Inpsyde/Helpers/Names.php | 24 ------------------- Inpsyde/Helpers/Objects.php | 24 ------------------- Inpsyde/Helpers/WpHooks.php | 24 ------------------- .../ArgumentTypeDeclarationSniff.php | 24 ------------------- .../CodeQuality/DisableCallUserFuncSniff.php | 24 ------------------- .../DisableMagicSerializeSniff.php | 24 ------------------- .../CodeQuality/DisallowShortOpenTagSniff.php | 24 ------------------- .../ElementNameMinimalLengthSniff.php | 24 ------------------- .../CodeQuality/EncodingCommentSniff.php | 24 ------------------- .../ForbiddenPublicPropertySniff.php | 24 ------------------- .../CodeQuality/FunctionBodyStartSniff.php | 24 ------------------- .../CodeQuality/FunctionLengthSniff.php | 24 ------------------- .../CodeQuality/HookClosureReturnSniff.php | 24 ------------------- .../Sniffs/CodeQuality/HookPrioritySniff.php | 24 ------------------- .../Sniffs/CodeQuality/LineLengthSniff.php | 24 ------------------- .../Sniffs/CodeQuality/NestingLevelSniff.php | 24 ------------------- .../Sniffs/CodeQuality/NoAccessorsSniff.php | 24 ------------------- Inpsyde/Sniffs/CodeQuality/NoElseSniff.php | 24 ------------------- .../NoRootNamespaceFunctionsSniff.php | 24 ------------------- .../CodeQuality/NoTopLevelDefineSniff.php | 24 ------------------- .../PropertyPerClassLimitSniff.php | 24 ------------------- Inpsyde/Sniffs/CodeQuality/Psr4Sniff.php | 24 ------------------- .../ReturnTypeDeclarationSniff.php | 24 ------------------- .../Sniffs/CodeQuality/StaticClosureSniff.php | 24 ------------------- .../Sniffs/CodeQuality/VariablesNameSniff.php | 24 ------------------- Inpsyde/ruleset.xml | 4 ++-- .../Formatting/TrailingSemicolonSniff.php | 24 ------------------- LICENSE | 2 +- README.md | 4 ++-- phpcs.xml | 7 +++--- tests/autoload.php | 24 ------------------- tests/bootstrap.php | 24 ------------------- tests/cases/FixturesTest.php | 24 ------------------- tests/cases/Helpers/FunctionDocBlocTest.php | 24 ------------------- .../Helpers/FunctionReturnStatementTest.php | 24 ------------------- tests/cases/Helpers/FunctionsTest.php | 24 ------------------- tests/cases/Helpers/MiscTest.php | 24 ------------------- tests/cases/Helpers/NamesTest.php | 24 ------------------- tests/cases/Helpers/ObjectsTest.php | 24 ------------------- tests/cases/Helpers/WpHooksTest.php | 24 ------------------- tests/src/FixtureContentParser.php | 24 ------------------- tests/src/SniffMessages.php | 24 ------------------- tests/src/SniffMessagesExtractor.php | 24 ------------------- tests/src/TestCase.php | 24 ------------------- 49 files changed, 8 insertions(+), 1089 deletions(-) diff --git a/Inpsyde/Helpers/Boundaries.php b/Inpsyde/Helpers/Boundaries.php index 6ef478d..74476cd 100644 --- a/Inpsyde/Helpers/Boundaries.php +++ b/Inpsyde/Helpers/Boundaries.php @@ -1,29 +1,5 @@ - + - PHP 7+ coding standards for Inpsyde WordPress projects. + PHP 7.4+ coding standards for Syde WordPress projects.