From cb295a4f751f21b98995833f47ee81af0621b411 Mon Sep 17 00:00:00 2001 From: webeweb Date: Thu, 5 May 2022 14:06:14 +0200 Subject: [PATCH] Update PHPDoc --- src/accounting/Model/AccountingAccount.php | 2 +- src/accounting/Model/BankDetails.php | 38 ++-- src/accounting/Model/PaymentChoice.php | 2 +- src/accounting/Model/PaymentTerm.php | 2 +- src/accounting/Model/VatRate.php | 10 +- src/billing/Model/Billable.php | 14 +- src/billing/Model/BillableDetail.php | 8 +- src/billing/Model/DeliveryNote.php | 2 +- src/billing/Model/PurchaseBill.php | 2 +- src/billing/Model/PurchaseOrder.php | 2 +- src/billing/Model/Quotation.php | 6 +- src/billing/Model/SalesBill.php | 2 +- src/billing/Model/Taxable.php | 4 +- src/curl/Request/AbstractRequest.php | 34 ++-- src/curl/Response/Response.php | 12 +- .../MicrosoftAccessDatabaseConnector.php | 2 +- .../MicrosoftSQLServerDatabaseConnector.php | 2 +- .../OracleMySQLDatabaseConnector.php | 2 +- src/dropdown/Model/DropdownItem.php | 6 +- src/logger/NullLogger.php | 2 +- src/logger/TerminalLogger.php | 2 +- src/planning/Helper/TimeSlotFunctor.php | 2 +- src/symfony/Assets/AbstractAlert.php | 2 +- src/symfony/Assets/AbstractBadge.php | 2 +- src/symfony/Assets/AbstractButton.php | 2 +- src/symfony/Assets/AbstractIcon.php | 2 +- src/symfony/Assets/AbstractLabel.php | 2 +- src/symfony/Assets/AbstractNavigationNode.php | 40 ++-- src/symfony/Assets/AbstractNotification.php | 6 +- src/symfony/Assets/AbstractProgressBar.php | 2 +- src/symfony/Assets/AbstractToast.php | 6 +- src/symfony/Assets/FullCalendarEvent.php | 34 ++-- src/symfony/Assets/Navigation/DividerNode.php | 2 +- src/symfony/Assets/Navigation/HeaderNode.php | 2 +- .../AmberColorProvider.php | 4 +- .../BlackColorProvider.php | 4 +- .../BlueColorProvider.php | 4 +- .../BlueGreyColorProvider.php | 4 +- .../BrownColorProvider.php | 4 +- .../CyanColorProvider.php | 4 +- .../DeepOrangeColorProvider.php | 4 +- .../DeepPurpleColorProvider.php | 4 +- .../GreenColorProvider.php | 4 +- .../GreyColorProvider.php | 4 +- .../IndigoColorProvider.php | 4 +- .../LightBlueColorProvider.php | 4 +- .../LightGreenColorProvider.php | 4 +- .../LimeColorProvider.php | 4 +- .../OrangeColorProvider.php | 4 +- .../PinkColorProvider.php | 4 +- .../PurpleColorProvider.php | 4 +- .../RedColorProvider.php | 4 +- .../TealColorProvider.php | 4 +- .../WhiteColorProvider.php | 4 +- .../YellowColorProvider.php | 4 +- src/symfony/Manager/AbstractManager.php | 10 +- src/symfony/Manager/ColorManager.php | 4 +- src/symfony/Manager/QuoteManager.php | 4 +- src/symfony/Model/Quote.php | 4 +- src/symfony/Model/RepositoryReport.php | 10 +- .../Provider/AbstractColorProvider.php | 2 +- .../Provider/AbstractQuoteProvider.php | 2 +- .../Provider/Quote/YamlQuoteProvider.php | 2 +- .../Response/DefaultJsonResponseData.php | 6 +- .../Response/SimpleJsonResponseData.php | 10 +- .../Theme/DefaultApplicationThemeProvider.php | 14 +- .../DefaultHookDropdownThemeProvider.php | 2 +- .../Theme/DefaultNavigationThemeProvider.php | 2 +- ...aultNotificationsDropdownThemeProvider.php | 2 +- .../DefaultTasksDropdownThemeProvider.php | 2 +- .../Theme/DefaultUserInfoThemeProvider.php | 4 +- src/validator/AbstractValidator.php | 4 +- src/validator/Rule/AbstractRule.php | 2 +- src/validator/RuleSet/AbstractRuleSet.php | 8 +- src/validator/Status/AbstractStatus.php | 10 +- src/vehicle/Model/RegistrationCertificate.php | 188 +++++++++--------- src/vehicle/Model/VehicleBrand.php | 2 +- .../Helper/TestBillableDetailHelper.php | 2 +- .../Fixtures/Helper/TestBillableHelper.php | 2 +- .../Fixtures/Helper/TestTaxableHelper.php | 4 +- .../Model/TestBillingAddressTrait.php | 2 +- .../Model/TestDeliveryAddressTrait.php | 2 +- .../Model/TestSendingAddressTrait.php | 2 +- tests/core/AbstractTestCase.php | 2 +- tests/core/Fixtures/Model/TestNode.php | 2 +- tests/core/Helper/ArchiveHelperTest.php | 2 +- tests/curl/AbstractTestCase.php | 2 +- tests/ftp/AbstractTestCase.php | 2 +- tests/ftp/Client/FtpClientTest.php | 2 +- tests/ftp/Client/FtpsClientTest.php | 2 +- tests/ftp/Client/SftpClientTest.php | 2 +- tests/ftp/Fixtures/Client/TestClient.php | 4 +- tests/image/Factory/ImageFactoryTest.php | 2 +- .../image/Fixtures/Helper/TestImageHelper.php | 2 +- tests/image/Helper/ImageHelperTest.php | 2 +- tests/image/Model/ImageTest.php | 2 +- .../maths/Helper/Fixtures/TestRot13Helper.php | 2 +- .../maths/Helper/Fixtures/TestRot47Helper.php | 2 +- .../Fixtures/Provider/TestOcrProvider.php | 2 +- .../Serializer/TestDerDeserializer.php | 6 +- tests/ocrlad/Helper/DocumentHelperTest.php | 2 +- tests/ocrlad/Model/IOFileTest.php | 2 +- tests/planning/Helper/TimeSlotHelperTest.php | 2 +- tests/planning/Model/TimeSlotTest.php | 2 +- .../provider/Fixtures/Request/TestRequest.php | 2 +- .../Request/TestSubstituableRequest.php | 4 +- tests/provider/Fixtures/TestProvider.php | 2 +- .../Fixtures/Model/TestCsvSerializable.php | 2 +- .../Fixtures/Model/TestJsonSerializable.php | 2 +- .../Fixtures/Model/TestXmlSerializable.php | 2 +- .../Helper/XmlDeserializerHelperTest.php | 2 +- tests/sorter/AlphabeticalTreeSortTest.php | 2 +- tests/sorter/Fixtures/Model/TestNode.php | 4 +- tests/sorter/Fixtures/TestIntegerFunctor.php | 2 +- .../Helper/AlphabeticalTreeNodeHelperTest.php | 2 +- tests/sorter/QuickSortTest.php | 2 +- .../Fixtures/Assets/TestNotification.php | 4 +- .../Assets/TestSelect2OptionInterface.php | 4 +- tests/symfony/Fixtures/Assets/TestToast.php | 4 +- .../Provider/Quote/TestYamlQuoteProvider.php | 2 +- .../Fixtures/Provider/TestColorProvider.php | 4 +- .../Fixtures/Provider/TestQuoteProvider.php | 2 +- tests/symfony/Helper/AssetsHelperTest.php | 2 +- tests/symfony/Manager/AbstractManagerTest.php | 2 +- tests/symfony/Manager/ColorManagerTest.php | 2 +- tests/symfony/Manager/QuoteManagerTest.php | 2 +- .../Provider/Quote/YamlQuoteProviderTest.php | 2 +- .../symfony/Service/PhantomJSServiceTest.php | 2 +- .../Service/UploadedFileServiceTest.php | 2 +- tests/validator/DefaultValidatorTest.php | 2 +- tests/validator/Fixtures/Rule/TestRule.php | 4 +- 131 files changed, 384 insertions(+), 384 deletions(-) diff --git a/src/accounting/Model/AccountingAccount.php b/src/accounting/Model/AccountingAccount.php index 50702207c..743f8b638 100644 --- a/src/accounting/Model/AccountingAccount.php +++ b/src/accounting/Model/AccountingAccount.php @@ -36,7 +36,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeAccountingAccount($this); diff --git a/src/accounting/Model/BankDetails.php b/src/accounting/Model/BankDetails.php index 6ee979336..fcc3260d7 100644 --- a/src/accounting/Model/BankDetails.php +++ b/src/accounting/Model/BankDetails.php @@ -92,77 +92,77 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAccountNumber(): ?string { return $this->accountNumber; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBankCode(): ?string { return $this->bankCode; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBankDomiciliation(): ?string { return $this->bankDomiciliation; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBankName(): ?string { return $this->bankName; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBic(): ?string { return $this->bic; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBranchCode(): ?string { return $this->branchCode; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getIban(): ?string { return $this->iban; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getOwner(): ?string { return $this->owner; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRibKey(): ?string { return $this->ribKey; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeBankDetails($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setAccountNumber(?string $accountNumber): BankDetailsInterface { $this->accountNumber = $accountNumber; @@ -170,7 +170,7 @@ public function setAccountNumber(?string $accountNumber): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBankCode(?string $bankCode): BankDetailsInterface { $this->bankCode = $bankCode; @@ -178,7 +178,7 @@ public function setBankCode(?string $bankCode): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBankDomiciliation(?string $bankDomiciliation): BankDetailsInterface { $this->bankDomiciliation = $bankDomiciliation; @@ -186,7 +186,7 @@ public function setBankDomiciliation(?string $bankDomiciliation): BankDetailsInt } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBankName(?string $bankName): BankDetailsInterface { $this->bankName = $bankName; @@ -194,7 +194,7 @@ public function setBankName(?string $bankName): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBic(?string $bic): BankDetailsInterface { $this->bic = $bic; @@ -202,7 +202,7 @@ public function setBic(?string $bic): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBranchCode(?string $branchCode): BankDetailsInterface { $this->branchCode = $branchCode; @@ -210,7 +210,7 @@ public function setBranchCode(?string $branchCode): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setIban(?string $iban): BankDetailsInterface { $this->iban = $iban; @@ -218,7 +218,7 @@ public function setIban(?string $iban): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setOwner(?string $owner): BankDetailsInterface { $this->owner = $owner; @@ -226,7 +226,7 @@ public function setOwner(?string $owner): BankDetailsInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setRibKey(?string $ribKey): BankDetailsInterface { $this->ribKey = $ribKey; diff --git a/src/accounting/Model/PaymentChoice.php b/src/accounting/Model/PaymentChoice.php index abb5960f3..111458f09 100644 --- a/src/accounting/Model/PaymentChoice.php +++ b/src/accounting/Model/PaymentChoice.php @@ -32,7 +32,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializePaymentChoice($this); diff --git a/src/accounting/Model/PaymentTerm.php b/src/accounting/Model/PaymentTerm.php index 8783dd763..8e39ab367 100644 --- a/src/accounting/Model/PaymentTerm.php +++ b/src/accounting/Model/PaymentTerm.php @@ -34,7 +34,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializePaymentTerm($this); diff --git a/src/accounting/Model/VatRate.php b/src/accounting/Model/VatRate.php index 6f69bf349..f33cf1599 100644 --- a/src/accounting/Model/VatRate.php +++ b/src/accounting/Model/VatRate.php @@ -48,28 +48,28 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPurchasesAccountingAccount(): ?AccountingAccountInterface { return $this->purchasesAccountingAccount; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSalesAccountingAccount(): ?AccountingAccountInterface { return $this->salesAccountingAccount; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeVatRate($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setPurchasesAccountingAccount(?AccountingAccountInterface $purchasesAccountingAccount): VatRateInterface { $this->purchasesAccountingAccount = $purchasesAccountingAccount; @@ -77,7 +77,7 @@ public function setPurchasesAccountingAccount(?AccountingAccountInterface $purch } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setSalesAccountingAccount(?AccountingAccountInterface $salesAccountingAccount): VatRateInterface { $this->salesAccountingAccount = $salesAccountingAccount; diff --git a/src/billing/Model/Billable.php b/src/billing/Model/Billable.php index f4aec00a4..e5471e67d 100644 --- a/src/billing/Model/Billable.php +++ b/src/billing/Model/Billable.php @@ -70,7 +70,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addDetail(BillableDetailInterface $detail): BillableInterface { $this->details->add($detail); @@ -79,28 +79,28 @@ public function addDetail(BillableDetailInterface $detail): BillableInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDetails(): array { return $this->details->toArray(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParent(): ?BillableInterface { return $this->parent; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeBillable($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onSubmit(): void { @@ -111,7 +111,7 @@ public function onSubmit(): void { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removeDetail(BillableDetailInterface $detail): BillableInterface { $this->details->removeElement($detail); @@ -131,7 +131,7 @@ protected function setDetails(Collection $details): BillableInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setParent(?BillableInterface $parent): BillableInterface { $this->parent = $parent; diff --git a/src/billing/Model/BillableDetail.php b/src/billing/Model/BillableDetail.php index 5360b32c5..a87e915b8 100644 --- a/src/billing/Model/BillableDetail.php +++ b/src/billing/Model/BillableDetail.php @@ -55,21 +55,21 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBillable(): ?BillableInterface { return $this->billable; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeBillableDetail($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onSubmit(): void { parent::onSubmit(); @@ -81,7 +81,7 @@ public function onSubmit(): void { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setBillable(?BillableInterface $billable): BillableDetailInterface { $this->billable = $billable; diff --git a/src/billing/Model/DeliveryNote.php b/src/billing/Model/DeliveryNote.php index f9c80aee2..b91748440 100644 --- a/src/billing/Model/DeliveryNote.php +++ b/src/billing/Model/DeliveryNote.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeDeliveryNote($this); diff --git a/src/billing/Model/PurchaseBill.php b/src/billing/Model/PurchaseBill.php index 37bec0f88..46c828c7b 100644 --- a/src/billing/Model/PurchaseBill.php +++ b/src/billing/Model/PurchaseBill.php @@ -32,7 +32,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializePurchaseBill($this); diff --git a/src/billing/Model/PurchaseOrder.php b/src/billing/Model/PurchaseOrder.php index bee93ba1d..0372283b4 100644 --- a/src/billing/Model/PurchaseOrder.php +++ b/src/billing/Model/PurchaseOrder.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializePurchaseOrder($this); diff --git a/src/billing/Model/Quotation.php b/src/billing/Model/Quotation.php index d34bebe71..56853b61a 100644 --- a/src/billing/Model/Quotation.php +++ b/src/billing/Model/Quotation.php @@ -37,21 +37,21 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getExpirationDate(): ?DateTime { return $this->expirationDate; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeQuotation($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setExpirationDate(?DateTime $expirationDate): QuotationInterface { $this->expirationDate = $expirationDate; diff --git a/src/billing/Model/SalesBill.php b/src/billing/Model/SalesBill.php index cc23fbf27..adf9eb30f 100644 --- a/src/billing/Model/SalesBill.php +++ b/src/billing/Model/SalesBill.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeSalesBill($this); diff --git a/src/billing/Model/Taxable.php b/src/billing/Model/Taxable.php index c1874834f..1aca976f1 100644 --- a/src/billing/Model/Taxable.php +++ b/src/billing/Model/Taxable.php @@ -44,14 +44,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeTaxable($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onSubmit(): void { diff --git a/src/curl/Request/AbstractRequest.php b/src/curl/Request/AbstractRequest.php index 042520df7..865b00631 100644 --- a/src/curl/Request/AbstractRequest.php +++ b/src/curl/Request/AbstractRequest.php @@ -89,7 +89,7 @@ protected function __construct(string $method, Configuration $configuration, ?st } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addHeader(string $name, string $value): RequestInterface { $this->headers[$name] = $value; @@ -97,7 +97,7 @@ public function addHeader(string $name, string $value): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addPostData(string $name, string $value): RequestInterface { $this->postData[$name] = $value; @@ -105,7 +105,7 @@ public function addPostData(string $name, string $value): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addQueryData(string $name, string $value): RequestInterface { $this->queryData[$name] = $value; @@ -113,7 +113,7 @@ public function addQueryData(string $name, string $value): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function call(): ResponseInterface { @@ -172,63 +172,63 @@ public function call(): ResponseInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clearHeaders(): RequestInterface { return $this->setHeaders([]); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clearPostData(): RequestInterface { return $this->setPostData([]); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clearQueryData(): RequestInterface { return $this->setQueryData([]); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getConfiguration(): Configuration { return $this->configuration; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getHeaders(): array { return $this->headers; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMethod(): string { return $this->method; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPostData(): array { return $this->postData; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getQueryData(): array { return $this->queryData; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResourcePath(): string { return $this->resourcePath; @@ -327,7 +327,7 @@ private function prepareResponse(string $requestBody, array $requestHeader, stri } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removeHeader(string $name): RequestInterface { @@ -339,7 +339,7 @@ public function removeHeader(string $name): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removePostData(string $name): RequestInterface { @@ -351,7 +351,7 @@ public function removePostData(string $name): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removeQueryData(string $name): RequestInterface { @@ -433,7 +433,7 @@ protected function setQueryData(array $queryData): RequestInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setResourcePath(?string $resourcePath): RequestInterface { $this->resourcePath = preg_replace("/^\//", "", trim($resourcePath)); diff --git a/src/curl/Response/Response.php b/src/curl/Response/Response.php index 22d526d6d..75e317298 100644 --- a/src/curl/Response/Response.php +++ b/src/curl/Response/Response.php @@ -73,42 +73,42 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequestBody(): ?string { return $this->requestBody; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequestHeader(): array { return $this->requestHeader; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequestUrl(): ?string { return $this->requestUrl; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResponseBody(): ?string { return $this->responseBody; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResponseHeader(): array { return $this->responseHeader; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResponseInfo(): array { return $this->responseInfo; diff --git a/src/database/Connector/MicrosoftAccessDatabaseConnector.php b/src/database/Connector/MicrosoftAccessDatabaseConnector.php index 70ef3e9fb..ecb7b7e92 100644 --- a/src/database/Connector/MicrosoftAccessDatabaseConnector.php +++ b/src/database/Connector/MicrosoftAccessDatabaseConnector.php @@ -43,7 +43,7 @@ public function __construct(Authenticator $authenticator, ?string $database) { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function connect(): PDO { diff --git a/src/database/Connector/MicrosoftSQLServerDatabaseConnector.php b/src/database/Connector/MicrosoftSQLServerDatabaseConnector.php index fb93b8171..bd140cb58 100644 --- a/src/database/Connector/MicrosoftSQLServerDatabaseConnector.php +++ b/src/database/Connector/MicrosoftSQLServerDatabaseConnector.php @@ -46,7 +46,7 @@ public function __construct(Authenticator $authenticator, ?string $database) { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function connect(): PDO { diff --git a/src/database/Connector/OracleMySQLDatabaseConnector.php b/src/database/Connector/OracleMySQLDatabaseConnector.php index 5a491ca05..4aee52259 100644 --- a/src/database/Connector/OracleMySQLDatabaseConnector.php +++ b/src/database/Connector/OracleMySQLDatabaseConnector.php @@ -46,7 +46,7 @@ public function __construct(Authenticator $authenticator, ?string $database) { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function connect(): PDO { diff --git a/src/dropdown/Model/DropdownItem.php b/src/dropdown/Model/DropdownItem.php index 2b7725109..5e797e1b7 100644 --- a/src/dropdown/Model/DropdownItem.php +++ b/src/dropdown/Model/DropdownItem.php @@ -41,21 +41,21 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getByDefault(): ?bool { return $this->byDefault; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeDropdownItem($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setByDefault(?bool $byDefault): DropdownItemInterface { $this->byDefault = $byDefault; diff --git a/src/logger/NullLogger.php b/src/logger/NullLogger.php index c1fec5fa3..972e800aa 100644 --- a/src/logger/NullLogger.php +++ b/src/logger/NullLogger.php @@ -22,7 +22,7 @@ class NullLogger extends AbstractLogger { /** - *{@inheritDoc} + *{@inheritdoc} */ public function log($level, $message, array $context = []): void { // NOTHING TO DO diff --git a/src/logger/TerminalLogger.php b/src/logger/TerminalLogger.php index 8b277c234..805a29c66 100644 --- a/src/logger/TerminalLogger.php +++ b/src/logger/TerminalLogger.php @@ -23,7 +23,7 @@ class TerminalLogger extends AbstractLogger { /** - *{@inheritDoc} + *{@inheritdoc} */ public function log($level, $message, array $context = []): void { echo vsprintf("[%s] %s: %s, %s\n", [ diff --git a/src/planning/Helper/TimeSlotFunctor.php b/src/planning/Helper/TimeSlotFunctor.php index a6c834979..c4b004803 100644 --- a/src/planning/Helper/TimeSlotFunctor.php +++ b/src/planning/Helper/TimeSlotFunctor.php @@ -23,7 +23,7 @@ class TimeSlotFunctor implements FunctorInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function compare($a, $b): bool { return DateTimeHelper::isLessThan($a->getStartDate(), $b->getStartDate()); diff --git a/src/symfony/Assets/AbstractAlert.php b/src/symfony/Assets/AbstractAlert.php index 15c10ccc1..0eda9a3f7 100644 --- a/src/symfony/Assets/AbstractAlert.php +++ b/src/symfony/Assets/AbstractAlert.php @@ -39,7 +39,7 @@ protected function __construct(?string $type, ?string $content = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeAlert($this); diff --git a/src/symfony/Assets/AbstractBadge.php b/src/symfony/Assets/AbstractBadge.php index cc837d3f6..fd2afe587 100644 --- a/src/symfony/Assets/AbstractBadge.php +++ b/src/symfony/Assets/AbstractBadge.php @@ -39,7 +39,7 @@ protected function __construct(?string $type, ?string $content = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeBadge($this); diff --git a/src/symfony/Assets/AbstractButton.php b/src/symfony/Assets/AbstractButton.php index 1e0c90462..aabf4d3fc 100644 --- a/src/symfony/Assets/AbstractButton.php +++ b/src/symfony/Assets/AbstractButton.php @@ -39,7 +39,7 @@ protected function __construct(?string $type, ?string $content = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeButton($this); diff --git a/src/symfony/Assets/AbstractIcon.php b/src/symfony/Assets/AbstractIcon.php index c277e6f98..e7cc8eb1f 100644 --- a/src/symfony/Assets/AbstractIcon.php +++ b/src/symfony/Assets/AbstractIcon.php @@ -35,7 +35,7 @@ protected function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeIcon($this); diff --git a/src/symfony/Assets/AbstractLabel.php b/src/symfony/Assets/AbstractLabel.php index 5eb3d3d99..65907cfcf 100644 --- a/src/symfony/Assets/AbstractLabel.php +++ b/src/symfony/Assets/AbstractLabel.php @@ -39,7 +39,7 @@ protected function __construct(?string $type, ?string $content = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeLabel($this); diff --git a/src/symfony/Assets/AbstractNavigationNode.php b/src/symfony/Assets/AbstractNavigationNode.php index 353280f66..2789561df 100644 --- a/src/symfony/Assets/AbstractNavigationNode.php +++ b/src/symfony/Assets/AbstractNavigationNode.php @@ -96,7 +96,7 @@ protected function __construct(string $label, string $icon = null, string $uri = } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addNode(NavigationNodeInterface $node): NavigationNodeInterface { $this->index[$node->getId()] = $this->size(); @@ -105,7 +105,7 @@ public function addNode(NavigationNodeInterface $node): NavigationNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clearNodes(): NavigationNodeInterface { @@ -117,42 +117,42 @@ public function clearNodes(): NavigationNodeInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAlphabeticalTreeNodeLabel(): string { return $this->getId(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAlphabeticalTreeNodeParent(): ?AlphabeticalTreeNodeInterface { return $this->getParent(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFirstNode(): ?NavigationNodeInterface { return $this->getNodeAt(0); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getLastNode(): ?NavigationNodeInterface { return $this->getNodeAt($this->size() - 1); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMatcher(): ?string { return $this->matcher; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNodeAt(int $position): ?NavigationNodeInterface { @@ -164,7 +164,7 @@ public function getNodeAt(int $position): ?NavigationNodeInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNodeById(string $id, bool $recursively = false): ?NavigationNodeInterface { @@ -188,35 +188,35 @@ public function getNodeById(string $id, bool $recursively = false): ?NavigationN } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNodes(): array { return $this->nodes; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParent(): ?NavigationNodeInterface { return $this->parent; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTarget(): ?string { return $this->target; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getUri(): ?string { return $this->uri; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isDisplayable(): bool { @@ -235,14 +235,14 @@ public function isDisplayable(): bool { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeNavigationNode($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removeNode(NavigationNodeInterface $node): NavigationNodeInterface { @@ -268,7 +268,7 @@ protected function setIndex(array $index): AbstractNavigationNode { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setMatcher(?string $matcher): NavigationNodeInterface { $this->matcher = $matcher; @@ -298,7 +298,7 @@ protected function setParent(?AbstractNavigationNode $parent): AbstractNavigatio } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setTarget(?string $target): NavigationNodeInterface { $this->target = $target; @@ -306,7 +306,7 @@ public function setTarget(?string $target): NavigationNodeInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setUri(?string $uri): NavigationNodeInterface { $this->uri = $uri; @@ -325,7 +325,7 @@ protected function setVisible(?bool $visible): AbstractNavigationNode { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function size(): int { return count($this->getNodes()); diff --git a/src/symfony/Assets/AbstractNotification.php b/src/symfony/Assets/AbstractNotification.php index 9aaf44cbe..6b045c3c3 100644 --- a/src/symfony/Assets/AbstractNotification.php +++ b/src/symfony/Assets/AbstractNotification.php @@ -48,21 +48,21 @@ protected function __construct(string $type, string $content) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getContent(): string { return $this->content; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getType(): string { return $this->type; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeNotification($this); diff --git a/src/symfony/Assets/AbstractProgressBar.php b/src/symfony/Assets/AbstractProgressBar.php index 507308510..ab0f632a6 100644 --- a/src/symfony/Assets/AbstractProgressBar.php +++ b/src/symfony/Assets/AbstractProgressBar.php @@ -39,7 +39,7 @@ protected function __construct(?string $type, ?string $content = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeProgressBar($this); diff --git a/src/symfony/Assets/AbstractToast.php b/src/symfony/Assets/AbstractToast.php index 2de75e450..2a1ba3358 100644 --- a/src/symfony/Assets/AbstractToast.php +++ b/src/symfony/Assets/AbstractToast.php @@ -48,21 +48,21 @@ protected function __construct(string $type, string $content) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getContent(): string { return $this->content; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getType(): string { return $this->type; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeToast($this); diff --git a/src/symfony/Assets/FullCalendarEvent.php b/src/symfony/Assets/FullCalendarEvent.php index 6f1d5d50f..3d80471e1 100644 --- a/src/symfony/Assets/FullCalendarEvent.php +++ b/src/symfony/Assets/FullCalendarEvent.php @@ -150,119 +150,119 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAllDay(): ?bool { return $this->allDay; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBackgroundColor(): ?string { return $this->backgroundColor; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getBorderColor(): ?string { return $this->borderColor; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getClassNames(): array { return $this->classNames; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDisplay(): ?string { return $this->display; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDurationEditable(): ?bool { return $this->durationEditable; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEditable(): ?bool { return $this->editable; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEnd(): ?DateTime { return $this->end; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEndStr(): ?string { return $this->endStr; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getExtraParams(): array { return $this->extraParams; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getGroupId(): ?string { return $this->groupId; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResourceEditable(): ?bool { return $this->resourceEditable; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getStart(): ?DateTime { return $this->start; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getStartEditable(): ?bool { return $this->startEditable; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getStartStr(): ?string { return $this->startStr; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTextColor(): ?string { return $this->textColor; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeFullCalendarEvent($this); diff --git a/src/symfony/Assets/Navigation/DividerNode.php b/src/symfony/Assets/Navigation/DividerNode.php index 5f7806c10..45238a779 100644 --- a/src/symfony/Assets/Navigation/DividerNode.php +++ b/src/symfony/Assets/Navigation/DividerNode.php @@ -35,7 +35,7 @@ public function __construct(string $label, string $icon = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addNode(NavigationNodeInterface $node): NavigationNodeInterface { return $this; diff --git a/src/symfony/Assets/Navigation/HeaderNode.php b/src/symfony/Assets/Navigation/HeaderNode.php index 1bdb90aa7..2d7aca5b3 100644 --- a/src/symfony/Assets/Navigation/HeaderNode.php +++ b/src/symfony/Assets/Navigation/HeaderNode.php @@ -35,7 +35,7 @@ public function __construct(string $label, string $icon = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addNode(NavigationNodeInterface $node): NavigationNodeInterface { return $this; diff --git a/src/symfony/Color/MaterialDesignColorPalette/AmberColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/AmberColorProvider.php index 1068b1416..b1b36c4ef 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/AmberColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/AmberColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::AMBER_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/BlackColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/BlackColorProvider.php index ad16a09d6..381d1b3e3 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/BlackColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/BlackColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::BLACK_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/BlueColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/BlueColorProvider.php index 407240103..006d65e9f 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/BlueColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/BlueColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::BLUE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/BlueGreyColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/BlueGreyColorProvider.php index 8b22b1e66..4d18c5eac 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/BlueGreyColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/BlueGreyColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -54,7 +54,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::BLUE_GREY_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/BrownColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/BrownColorProvider.php index 54e50e0e9..b598fa633 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/BrownColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/BrownColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -54,7 +54,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::BROWN_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/CyanColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/CyanColorProvider.php index dd47062f4..abca3c12d 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/CyanColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/CyanColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::CYAN_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/DeepOrangeColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/DeepOrangeColorProvider.php index 6fa29e8da..857f81b9d 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/DeepOrangeColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/DeepOrangeColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::DEEP_ORANGE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/DeepPurpleColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/DeepPurpleColorProvider.php index 09b74da58..c2fad669e 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/DeepPurpleColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/DeepPurpleColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::DEEP_PURPLE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/GreenColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/GreenColorProvider.php index c35bf7cc5..59ce5b79c 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/GreenColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/GreenColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::GREEN_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/GreyColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/GreyColorProvider.php index 6536aa116..44afa8a93 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/GreyColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/GreyColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -54,7 +54,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::GREY_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/IndigoColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/IndigoColorProvider.php index 74d27b376..aa06bcac3 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/IndigoColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/IndigoColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::INDIGO_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/LightBlueColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/LightBlueColorProvider.php index d4bfcf8c3..dc48cccc2 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/LightBlueColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/LightBlueColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::LIGHT_BLUE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/LightGreenColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/LightGreenColorProvider.php index 460a56762..814f77c9d 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/LightGreenColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/LightGreenColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::LIGHT_GREEN_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/LimeColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/LimeColorProvider.php index b7245b477..91c6e7955 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/LimeColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/LimeColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::LIME_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/OrangeColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/OrangeColorProvider.php index 320b8ec5f..679b46639 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/OrangeColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/OrangeColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::ORANGE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/PinkColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/PinkColorProvider.php index 4fb3b6d82..c30da6b4f 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/PinkColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/PinkColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::PINK_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/PurpleColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/PurpleColorProvider.php index 00522394f..8e5fb791b 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/PurpleColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/PurpleColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::PURPLE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/RedColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/RedColorProvider.php index bf16c2483..4ff47ca80 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/RedColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/RedColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::RED_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/TealColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/TealColorProvider.php index 2d9876c21..9e34f18f5 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/TealColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/TealColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::TEAL_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/WhiteColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/WhiteColorProvider.php index 9016135b8..5a6416625 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/WhiteColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/WhiteColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::WHITE_COLOR_NAME; diff --git a/src/symfony/Color/MaterialDesignColorPalette/YellowColorProvider.php b/src/symfony/Color/MaterialDesignColorPalette/YellowColorProvider.php index 45b7ef0c9..9d0339dab 100644 --- a/src/symfony/Color/MaterialDesignColorPalette/YellowColorProvider.php +++ b/src/symfony/Color/MaterialDesignColorPalette/YellowColorProvider.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColors(): array { return [ @@ -58,7 +58,7 @@ public function getColors(): array { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return self::YELLOW_COLOR_NAME; diff --git a/src/symfony/Manager/AbstractManager.php b/src/symfony/Manager/AbstractManager.php index b4b62e9c0..99ceb9cd3 100644 --- a/src/symfony/Manager/AbstractManager.php +++ b/src/symfony/Manager/AbstractManager.php @@ -43,7 +43,7 @@ public function __construct(LoggerInterface $logger = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addProvider(ProviderInterface $provider): ManagerInterface { $this->providers[] = $provider; @@ -51,7 +51,7 @@ public function addProvider(ProviderInterface $provider): ManagerInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function contains(ProviderInterface $provider): bool { return -1 !== $this->indexOf($provider); @@ -67,14 +67,14 @@ public function &getProviders(): array { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function hasProviders(): bool { return 0 < $this->size(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function indexOf(ProviderInterface $provider): int { @@ -116,7 +116,7 @@ protected function setProviders(array $providers): ManagerInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function size(): int { return count($this->providers); diff --git a/src/symfony/Manager/ColorManager.php b/src/symfony/Manager/ColorManager.php index 7f292be36..87ec6331a 100644 --- a/src/symfony/Manager/ColorManager.php +++ b/src/symfony/Manager/ColorManager.php @@ -33,7 +33,7 @@ class ColorManager extends AbstractManager { const SERVICE_NAME = "wbw.core.manager.color"; /** - * {@inheritDoc} + * {@inheritdoc} */ public function addProvider(ProviderInterface $provider): ManagerInterface { @@ -45,7 +45,7 @@ public function addProvider(ProviderInterface $provider): ManagerInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function contains(ProviderInterface $provider): bool { diff --git a/src/symfony/Manager/QuoteManager.php b/src/symfony/Manager/QuoteManager.php index 8634e84ab..b91e3e970 100644 --- a/src/symfony/Manager/QuoteManager.php +++ b/src/symfony/Manager/QuoteManager.php @@ -32,7 +32,7 @@ class QuoteManager extends AbstractManager { const SERVICE_NAME = "wbw.core.manager.quote"; /** - * {@inheritDoc} + * {@inheritdoc} */ public function addProvider(ProviderInterface $provider): ManagerInterface { @@ -44,7 +44,7 @@ public function addProvider(ProviderInterface $provider): ManagerInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function contains(ProviderInterface $provider): bool { diff --git a/src/symfony/Model/Quote.php b/src/symfony/Model/Quote.php index 76e1dc639..fc62fc09a 100644 --- a/src/symfony/Model/Quote.php +++ b/src/symfony/Model/Quote.php @@ -47,14 +47,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAuthor(): ?string { return $this->author; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSaint(): ?string { return $this->saint; diff --git a/src/symfony/Model/RepositoryReport.php b/src/symfony/Model/RepositoryReport.php index 6fc230d52..e76051d73 100644 --- a/src/symfony/Model/RepositoryReport.php +++ b/src/symfony/Model/RepositoryReport.php @@ -72,35 +72,35 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAvailable(): ?int { return $this->available; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getColumn(): ?string { return $this->column; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEntity(): ?string { return $this->entity; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getField(): ?string { return $this->field; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTable(): ?string { return $this->table; diff --git a/src/symfony/Provider/AbstractColorProvider.php b/src/symfony/Provider/AbstractColorProvider.php index ddc2b6cc6..7a5ac1652 100644 --- a/src/symfony/Provider/AbstractColorProvider.php +++ b/src/symfony/Provider/AbstractColorProvider.php @@ -38,7 +38,7 @@ protected function __construct(?string $domain) { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function jsonSerialize(): array { return [ diff --git a/src/symfony/Provider/AbstractQuoteProvider.php b/src/symfony/Provider/AbstractQuoteProvider.php index 0ab7b1c93..999e79313 100644 --- a/src/symfony/Provider/AbstractQuoteProvider.php +++ b/src/symfony/Provider/AbstractQuoteProvider.php @@ -37,7 +37,7 @@ protected function __construct() { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getAuthors(): array { diff --git a/src/symfony/Provider/Quote/YamlQuoteProvider.php b/src/symfony/Provider/Quote/YamlQuoteProvider.php index 526504050..4ea3566d4 100644 --- a/src/symfony/Provider/Quote/YamlQuoteProvider.php +++ b/src/symfony/Provider/Quote/YamlQuoteProvider.php @@ -45,7 +45,7 @@ public function __construct(?string $filename) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDomain(): string { return basename($this->getFilename(), ".yml"); diff --git a/src/symfony/Response/DefaultJsonResponseData.php b/src/symfony/Response/DefaultJsonResponseData.php index 75e4bc4f5..95f64652e 100644 --- a/src/symfony/Response/DefaultJsonResponseData.php +++ b/src/symfony/Response/DefaultJsonResponseData.php @@ -42,14 +42,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSuccess(): ?bool { return $this->success; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return [ @@ -61,7 +61,7 @@ public function jsonSerialize(): array { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setSuccess(?bool $success): DefaultJsonResponseDataInterface { $this->success = $success; diff --git a/src/symfony/Response/SimpleJsonResponseData.php b/src/symfony/Response/SimpleJsonResponseData.php index e5731ee26..00c56ddca 100644 --- a/src/symfony/Response/SimpleJsonResponseData.php +++ b/src/symfony/Response/SimpleJsonResponseData.php @@ -45,21 +45,21 @@ public function __construct(int $status = null, string $notify = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNotify(): ?string { return $this->notify; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getStatus(): ?int { return $this->status; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return [ @@ -69,7 +69,7 @@ public function jsonSerialize(): array { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setNotify(?string $notify): SimpleJsonResponseDataInterface { $this->notify = $notify; @@ -77,7 +77,7 @@ public function setNotify(?string $notify): SimpleJsonResponseDataInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setStatus(?int $status): SimpleJsonResponseDataInterface { $this->status = $status; diff --git a/src/symfony/Theme/DefaultApplicationThemeProvider.php b/src/symfony/Theme/DefaultApplicationThemeProvider.php index a69d6bd8b..3a656d135 100644 --- a/src/symfony/Theme/DefaultApplicationThemeProvider.php +++ b/src/symfony/Theme/DefaultApplicationThemeProvider.php @@ -29,49 +29,49 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDescription(): ?string { return "Core library"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getHome(): ?string { return "/"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName(): ?string { return "Corelibrary"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRoute(): ?string { return "/"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTitle(): ?string { return "Core library"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getVersion(): ?string { return "dev-master"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getYear(string $startYear = null): ?string { diff --git a/src/symfony/Theme/DefaultHookDropdownThemeProvider.php b/src/symfony/Theme/DefaultHookDropdownThemeProvider.php index e74afa0dc..e33b6c8bc 100644 --- a/src/symfony/Theme/DefaultHookDropdownThemeProvider.php +++ b/src/symfony/Theme/DefaultHookDropdownThemeProvider.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getItems(): array { return []; diff --git a/src/symfony/Theme/DefaultNavigationThemeProvider.php b/src/symfony/Theme/DefaultNavigationThemeProvider.php index 9ba2ba1f7..76a03ed41 100644 --- a/src/symfony/Theme/DefaultNavigationThemeProvider.php +++ b/src/symfony/Theme/DefaultNavigationThemeProvider.php @@ -30,7 +30,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTree(): NavigationTree { return new NavigationTree(""); diff --git a/src/symfony/Theme/DefaultNotificationsDropdownThemeProvider.php b/src/symfony/Theme/DefaultNotificationsDropdownThemeProvider.php index 19762edf7..917703498 100644 --- a/src/symfony/Theme/DefaultNotificationsDropdownThemeProvider.php +++ b/src/symfony/Theme/DefaultNotificationsDropdownThemeProvider.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNotifications(): array { return []; diff --git a/src/symfony/Theme/DefaultTasksDropdownThemeProvider.php b/src/symfony/Theme/DefaultTasksDropdownThemeProvider.php index 501a28b79..7069ecf9c 100644 --- a/src/symfony/Theme/DefaultTasksDropdownThemeProvider.php +++ b/src/symfony/Theme/DefaultTasksDropdownThemeProvider.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTasks(): array { return []; diff --git a/src/symfony/Theme/DefaultUserInfoThemeProvider.php b/src/symfony/Theme/DefaultUserInfoThemeProvider.php index 0a121b80b..aef79f904 100644 --- a/src/symfony/Theme/DefaultUserInfoThemeProvider.php +++ b/src/symfony/Theme/DefaultUserInfoThemeProvider.php @@ -29,14 +29,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideRegisterLink(): ?bool { return false; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideResettingLink(): ?bool { return false; diff --git a/src/validator/AbstractValidator.php b/src/validator/AbstractValidator.php index 0570bb2e2..e4592e908 100644 --- a/src/validator/AbstractValidator.php +++ b/src/validator/AbstractValidator.php @@ -40,7 +40,7 @@ protected function __construct(RuleSetInterface $ruleSet) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRuleSet(): RuleSetInterface { return $this->ruleSet; @@ -58,7 +58,7 @@ protected function setRuleSet(RuleSetInterface $ruleSet): ValidatorInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($object): array { return $this->ruleSet->validate($object); diff --git a/src/validator/Rule/AbstractRule.php b/src/validator/Rule/AbstractRule.php index 0aa0244d3..3af875f92 100644 --- a/src/validator/Rule/AbstractRule.php +++ b/src/validator/Rule/AbstractRule.php @@ -39,7 +39,7 @@ protected function __construct(?string $name) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName(): ?string { return $this->name; diff --git a/src/validator/RuleSet/AbstractRuleSet.php b/src/validator/RuleSet/AbstractRuleSet.php index 1c6c17127..a1e5b3725 100644 --- a/src/validator/RuleSet/AbstractRuleSet.php +++ b/src/validator/RuleSet/AbstractRuleSet.php @@ -38,7 +38,7 @@ protected function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addRule(RuleInterface $rule): RuleSetInterface { $this->rules[] = $rule; @@ -46,14 +46,14 @@ public function addRule(RuleInterface $rule): RuleSetInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRules(): array { return $this->rules; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function removeRule(RuleInterface $rule): RuleSetInterface { @@ -79,7 +79,7 @@ public function setRules(array $rules): RuleSetInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($object): array { diff --git a/src/validator/Status/AbstractStatus.php b/src/validator/Status/AbstractStatus.php index f5291b509..ca374e291 100644 --- a/src/validator/Status/AbstractStatus.php +++ b/src/validator/Status/AbstractStatus.php @@ -55,28 +55,28 @@ protected function __construct(?int $code, ?string $message) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getCode(): ?int { return $this->code; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessage(): ?string { return $this->message; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRuleName(): ?string { return $this->ruleName; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return [ @@ -109,7 +109,7 @@ public function setMessage(?string $message): StatusInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setRuleName(?string $ruleName): StatusInterface { $this->ruleName = $ruleName; diff --git a/src/vehicle/Model/RegistrationCertificate.php b/src/vehicle/Model/RegistrationCertificate.php index 13ec043ce..63480c048 100644 --- a/src/vehicle/Model/RegistrationCertificate.php +++ b/src/vehicle/Model/RegistrationCertificate.php @@ -359,343 +359,343 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getA(): ?string { return $this->a; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getA1(): ?string { return $this->a1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getB(): ?DateTime { return $this->b; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getC1(): ?string { return $this->c1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getC3(): ?string { return $this->c3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getC41(): ?string { return $this->c41; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getC4a(): ?string { return $this->c4a; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getD1(): ?string { return $this->d1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getD2(): ?string { return $this->d2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getD21(): ?string { return $this->d21; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getD3(): ?string { return $this->d3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getE(): ?string { return $this->e; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getF1(): ?int { return $this->f1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getF2(): ?int { return $this->f2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getF3(): ?int { return $this->f3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getG(): ?int { return $this->g; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getG1(): ?int { return $this->g1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getH(): ?string { return $this->h; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getI(): ?DateTime { return $this->i; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getI1(): ?DateTime { return $this->i1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getJ(): ?string { return $this->j; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getJ1(): ?string { return $this->j1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getJ2(): ?string { return $this->j2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getJ3(): ?string { return $this->j3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getK(): ?string { return $this->k; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getP1(): ?int { return $this->p1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getP2(): ?int { return $this->p2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getP3(): ?string { return $this->p3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getP6(): ?int { return $this->p6; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getQ(): ?float { return $this->q; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getS1(): ?int { return $this->s1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getS2(): ?int { return $this->s2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getU1(): ?int { return $this->u1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getU2(): ?int { return $this->u2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getV7(): ?int { return $this->v7; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getV9(): ?string { return $this->v9; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getX1(): ?DateTime { return $this->x1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY1(): ?float { return $this->y1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY2(): ?float { return $this->y2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY3(): ?float { return $this->y3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY4(): ?float { return $this->y4; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY5(): ?float { return $this->y5; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getY6(): ?float { return $this->y6; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getZ1(): ?string { return $this->z1; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getZ2(): ?string { return $this->z2; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getZ3(): ?string { return $this->z3; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getZ4(): ?string { return $this->z4; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeRegistrationCertificate($this); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setA(?string $a): RegistrationCertificateInterface { $this->a = $a; @@ -708,7 +708,7 @@ public function setA1(?string $a1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setB(?DateTime $b): RegistrationCertificateInterface { $this->b = $b; @@ -716,7 +716,7 @@ public function setB(?DateTime $b): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setC1(?string $c1): RegistrationCertificateInterface { $this->c1 = $c1; @@ -724,7 +724,7 @@ public function setC1(?string $c1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setC3(?string $c3): RegistrationCertificateInterface { $this->c3 = $c3; @@ -732,7 +732,7 @@ public function setC3(?string $c3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setC41(?string $c41): RegistrationCertificateInterface { $this->c41 = $c41; @@ -740,7 +740,7 @@ public function setC41(?string $c41): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setC4a(?string $c4a): RegistrationCertificateInterface { $this->c4a = $c4a; @@ -748,7 +748,7 @@ public function setC4a(?string $c4a): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setD1(?string $d1): RegistrationCertificateInterface { $this->d1 = $d1; @@ -756,7 +756,7 @@ public function setD1(?string $d1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setD2(?string $d2): RegistrationCertificateInterface { $this->d2 = $d2; @@ -764,7 +764,7 @@ public function setD2(?string $d2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setD21(?string $d21): RegistrationCertificateInterface { $this->d21 = $d21; @@ -772,7 +772,7 @@ public function setD21(?string $d21): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setD3(?string $d3): RegistrationCertificateInterface { $this->d3 = $d3; @@ -780,7 +780,7 @@ public function setD3(?string $d3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setE(?string $e): RegistrationCertificateInterface { $this->e = $e; @@ -788,7 +788,7 @@ public function setE(?string $e): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setF1(?int $f1): RegistrationCertificateInterface { $this->f1 = $f1; @@ -796,7 +796,7 @@ public function setF1(?int $f1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setF2(?int $f2): RegistrationCertificateInterface { $this->f2 = $f2; @@ -804,7 +804,7 @@ public function setF2(?int $f2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setF3(?int $f3): RegistrationCertificateInterface { $this->f3 = $f3; @@ -812,7 +812,7 @@ public function setF3(?int $f3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setG(?int $g): RegistrationCertificateInterface { $this->g = $g; @@ -820,7 +820,7 @@ public function setG(?int $g): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setG1(?int $g1): RegistrationCertificateInterface { $this->g1 = $g1; @@ -828,7 +828,7 @@ public function setG1(?int $g1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setH(?string $h): RegistrationCertificateInterface { $this->h = $h; @@ -836,7 +836,7 @@ public function setH(?string $h): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setI(?DateTime $i): RegistrationCertificateInterface { $this->i = $i; @@ -844,7 +844,7 @@ public function setI(?DateTime $i): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setI1(?DateTime $i1): RegistrationCertificateInterface { $this->i1 = $i1; @@ -852,7 +852,7 @@ public function setI1(?DateTime $i1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setJ(?string $j): RegistrationCertificateInterface { $this->j = $j; @@ -860,7 +860,7 @@ public function setJ(?string $j): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setJ1(?string $j1): RegistrationCertificateInterface { $this->j1 = $j1; @@ -868,7 +868,7 @@ public function setJ1(?string $j1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setJ2(?string $j2): RegistrationCertificateInterface { $this->j2 = $j2; @@ -876,7 +876,7 @@ public function setJ2(?string $j2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setJ3(?string $j3): RegistrationCertificateInterface { $this->j3 = $j3; @@ -884,7 +884,7 @@ public function setJ3(?string $j3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setK(?string $k): RegistrationCertificateInterface { $this->k = $k; @@ -892,7 +892,7 @@ public function setK(?string $k): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setP1(?int $p1): RegistrationCertificateInterface { $this->p1 = $p1; @@ -900,7 +900,7 @@ public function setP1(?int $p1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setP2(?int $p2): RegistrationCertificateInterface { $this->p2 = $p2; @@ -908,7 +908,7 @@ public function setP2(?int $p2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setP3(?string $p3): RegistrationCertificateInterface { $this->p3 = $p3; @@ -916,7 +916,7 @@ public function setP3(?string $p3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setP6(?int $p6): RegistrationCertificateInterface { $this->p6 = $p6; @@ -924,7 +924,7 @@ public function setP6(?int $p6): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setQ(?float $q): RegistrationCertificateInterface { $this->q = $q; @@ -932,7 +932,7 @@ public function setQ(?float $q): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setS1(?int $s1): RegistrationCertificateInterface { $this->s1 = $s1; @@ -940,7 +940,7 @@ public function setS1(?int $s1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setS2(?int $s2): RegistrationCertificateInterface { $this->s2 = $s2; @@ -948,7 +948,7 @@ public function setS2(?int $s2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setU1(?int $u1): RegistrationCertificateInterface { $this->u1 = $u1; @@ -956,7 +956,7 @@ public function setU1(?int $u1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setU2(?int $u2): RegistrationCertificateInterface { $this->u2 = $u2; @@ -964,7 +964,7 @@ public function setU2(?int $u2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setV7(?int $v7): RegistrationCertificateInterface { $this->v7 = $v7; @@ -972,7 +972,7 @@ public function setV7(?int $v7): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setV9(?string $v9): RegistrationCertificateInterface { $this->v9 = $v9; @@ -980,7 +980,7 @@ public function setV9(?string $v9): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setX1(?DateTime $x1): RegistrationCertificateInterface { $this->x1 = $x1; @@ -988,7 +988,7 @@ public function setX1(?DateTime $x1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY1(?float $y1): RegistrationCertificateInterface { $this->y1 = $y1; @@ -996,7 +996,7 @@ public function setY1(?float $y1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY2(?float $y2): RegistrationCertificateInterface { $this->y2 = $y2; @@ -1004,7 +1004,7 @@ public function setY2(?float $y2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY3(?float $y3): RegistrationCertificateInterface { $this->y3 = $y3; @@ -1012,7 +1012,7 @@ public function setY3(?float $y3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY4(?float $y4): RegistrationCertificateInterface { $this->y4 = $y4; @@ -1020,7 +1020,7 @@ public function setY4(?float $y4): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY5(?float $y5): RegistrationCertificateInterface { $this->y5 = $y5; @@ -1028,7 +1028,7 @@ public function setY5(?float $y5): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setY6(?float $y6): RegistrationCertificateInterface { $this->y6 = $y6; @@ -1036,7 +1036,7 @@ public function setY6(?float $y6): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setZ1(?string $z1): RegistrationCertificateInterface { $this->z1 = $z1; @@ -1044,7 +1044,7 @@ public function setZ1(?string $z1): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setZ2(?string $z2): RegistrationCertificateInterface { $this->z2 = $z2; @@ -1052,7 +1052,7 @@ public function setZ2(?string $z2): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setZ3(?string $z3): RegistrationCertificateInterface { $this->z3 = $z3; @@ -1060,7 +1060,7 @@ public function setZ3(?string $z3): RegistrationCertificateInterface { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setZ4(?string $z4): RegistrationCertificateInterface { $this->z4 = $z4; diff --git a/src/vehicle/Model/VehicleBrand.php b/src/vehicle/Model/VehicleBrand.php index cae0b4b3a..c3ee2ed5a 100644 --- a/src/vehicle/Model/VehicleBrand.php +++ b/src/vehicle/Model/VehicleBrand.php @@ -32,7 +32,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeVehicleBrand($this); diff --git a/tests/billing/Fixtures/Helper/TestBillableDetailHelper.php b/tests/billing/Fixtures/Helper/TestBillableDetailHelper.php index f79b6c712..62427f31e 100644 --- a/tests/billing/Fixtures/Helper/TestBillableDetailHelper.php +++ b/tests/billing/Fixtures/Helper/TestBillableDetailHelper.php @@ -23,7 +23,7 @@ class TestBillableDetailHelper extends BillableDetailHelper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getQuantity(BillableDetailInterface $billableDetail): float { return parent::getQuantity($billableDetail); diff --git a/tests/billing/Fixtures/Helper/TestBillableHelper.php b/tests/billing/Fixtures/Helper/TestBillableHelper.php index b5967a07f..38cac0728 100644 --- a/tests/billing/Fixtures/Helper/TestBillableHelper.php +++ b/tests/billing/Fixtures/Helper/TestBillableHelper.php @@ -23,7 +23,7 @@ class TestBillableHelper extends BillableHelper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function calcTotal(BillableInterface $billable, string $method): float { return parent::calcTotal($billable, $method); diff --git a/tests/billing/Fixtures/Helper/TestTaxableHelper.php b/tests/billing/Fixtures/Helper/TestTaxableHelper.php index d7db38803..7ae6db2a7 100644 --- a/tests/billing/Fixtures/Helper/TestTaxableHelper.php +++ b/tests/billing/Fixtures/Helper/TestTaxableHelper.php @@ -22,14 +22,14 @@ class TestTaxableHelper extends TaxableHelper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getDiscountRatio(?float $discountRate, bool $minusOne = false): float { return parent::getDiscountRatio($discountRate, $minusOne); } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getVatRatio(?float $vatRate, bool $plusOne = false): float { return parent::getVatRatio($vatRate, $plusOne); diff --git a/tests/billing/Fixtures/Model/TestBillingAddressTrait.php b/tests/billing/Fixtures/Model/TestBillingAddressTrait.php index 8739718e6..f02ad7554 100644 --- a/tests/billing/Fixtures/Model/TestBillingAddressTrait.php +++ b/tests/billing/Fixtures/Model/TestBillingAddressTrait.php @@ -26,7 +26,7 @@ class TestBillingAddressTrait implements BillingAddressInterface { use BillingAddressTrait; /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeBillingAddress($this); diff --git a/tests/billing/Fixtures/Model/TestDeliveryAddressTrait.php b/tests/billing/Fixtures/Model/TestDeliveryAddressTrait.php index 5fb39b51b..abb710d39 100644 --- a/tests/billing/Fixtures/Model/TestDeliveryAddressTrait.php +++ b/tests/billing/Fixtures/Model/TestDeliveryAddressTrait.php @@ -26,7 +26,7 @@ class TestDeliveryAddressTrait implements DeliveryAddressInterface { use DeliveryAddressTrait; /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeDeliveryAddress($this); diff --git a/tests/billing/Fixtures/Model/TestSendingAddressTrait.php b/tests/billing/Fixtures/Model/TestSendingAddressTrait.php index 1bd54b074..47b91137e 100644 --- a/tests/billing/Fixtures/Model/TestSendingAddressTrait.php +++ b/tests/billing/Fixtures/Model/TestSendingAddressTrait.php @@ -26,7 +26,7 @@ class TestSendingAddressTrait implements SendingAddressInterface { use SendingAddressTrait; /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return JsonSerializer::serializeSendingAddress($this); diff --git a/tests/core/AbstractTestCase.php b/tests/core/AbstractTestCase.php index 5516c6ddb..a3e9516b4 100644 --- a/tests/core/AbstractTestCase.php +++ b/tests/core/AbstractTestCase.php @@ -46,7 +46,7 @@ abstract class AbstractTestCase extends TestCase { protected $passwordAuthentication; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/core/Fixtures/Model/TestNode.php b/tests/core/Fixtures/Model/TestNode.php index 27a20c746..43ea600d2 100644 --- a/tests/core/Fixtures/Model/TestNode.php +++ b/tests/core/Fixtures/Model/TestNode.php @@ -31,7 +31,7 @@ public function __construct(string $id) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setParent(AbstractNode $parent = null): AbstractNode { return parent::setParent($parent); diff --git a/tests/core/Helper/ArchiveHelperTest.php b/tests/core/Helper/ArchiveHelperTest.php index b4539de3a..5b540c5ed 100644 --- a/tests/core/Helper/ArchiveHelperTest.php +++ b/tests/core/Helper/ArchiveHelperTest.php @@ -25,7 +25,7 @@ class ArchiveHelperTest extends AbstractTestCase { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function tearDownAfterClass(): void { diff --git a/tests/curl/AbstractTestCase.php b/tests/curl/AbstractTestCase.php index 1dd0f663d..663da4e02 100644 --- a/tests/curl/AbstractTestCase.php +++ b/tests/curl/AbstractTestCase.php @@ -38,7 +38,7 @@ abstract class AbstractTestCase extends BaseTestCase { protected $curlResourcePath; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ftp/AbstractTestCase.php b/tests/ftp/AbstractTestCase.php index e09609ef5..0c8afab9f 100644 --- a/tests/ftp/AbstractTestCase.php +++ b/tests/ftp/AbstractTestCase.php @@ -51,7 +51,7 @@ abstract class AbstractTestCase extends BaseTestCase { protected $remoteFile; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ftp/Client/FtpClientTest.php b/tests/ftp/Client/FtpClientTest.php index edf8c5eaa..b49fd9191 100644 --- a/tests/ftp/Client/FtpClientTest.php +++ b/tests/ftp/Client/FtpClientTest.php @@ -39,7 +39,7 @@ class FtpClientTest extends AbstractTestCase { private $myself; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ftp/Client/FtpsClientTest.php b/tests/ftp/Client/FtpsClientTest.php index 6dbf72938..79999e6d0 100644 --- a/tests/ftp/Client/FtpsClientTest.php +++ b/tests/ftp/Client/FtpsClientTest.php @@ -32,7 +32,7 @@ class FtpsClientTest extends AbstractTestCase { private $message; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ftp/Client/SftpClientTest.php b/tests/ftp/Client/SftpClientTest.php index 977dbf1a2..8b64e0687 100644 --- a/tests/ftp/Client/SftpClientTest.php +++ b/tests/ftp/Client/SftpClientTest.php @@ -32,7 +32,7 @@ class SftpClientTest extends AbstractTestCase { private $message; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ftp/Fixtures/Client/TestClient.php b/tests/ftp/Fixtures/Client/TestClient.php index be7b8c315..bfdf66a17 100644 --- a/tests/ftp/Fixtures/Client/TestClient.php +++ b/tests/ftp/Fixtures/Client/TestClient.php @@ -33,14 +33,14 @@ public function __construct(Authenticator $authenticator) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function newFtpException(string $message): FtpException { return parent::newFtpException($message); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setConnection($connection): AbstractClient { return parent::setConnection($connection); diff --git a/tests/image/Factory/ImageFactoryTest.php b/tests/image/Factory/ImageFactoryTest.php index 3744c76ed..7450642fd 100644 --- a/tests/image/Factory/ImageFactoryTest.php +++ b/tests/image/Factory/ImageFactoryTest.php @@ -32,7 +32,7 @@ class ImageFactoryTest extends AbstractTestCase { private $images; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/image/Fixtures/Helper/TestImageHelper.php b/tests/image/Fixtures/Helper/TestImageHelper.php index 46925f98f..cc5c0b763 100644 --- a/tests/image/Fixtures/Helper/TestImageHelper.php +++ b/tests/image/Fixtures/Helper/TestImageHelper.php @@ -23,7 +23,7 @@ class TestImageHelper extends ImageHelper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function saveOutputStream(Image $image, $outputStream, string $pathname): bool { return parent::saveOutputStream($image, $outputStream, $pathname); diff --git a/tests/image/Helper/ImageHelperTest.php b/tests/image/Helper/ImageHelperTest.php index 34dc9dd6c..825637c08 100644 --- a/tests/image/Helper/ImageHelperTest.php +++ b/tests/image/Helper/ImageHelperTest.php @@ -34,7 +34,7 @@ class ImageHelperTest extends AbstractTestCase { private $images; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/image/Model/ImageTest.php b/tests/image/Model/ImageTest.php index 03a134640..bedbc4dcb 100644 --- a/tests/image/Model/ImageTest.php +++ b/tests/image/Model/ImageTest.php @@ -34,7 +34,7 @@ class ImageTest extends AbstractTestCase { private $images; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/maths/Helper/Fixtures/TestRot13Helper.php b/tests/maths/Helper/Fixtures/TestRot13Helper.php index 05ecc1f0a..3350464d2 100644 --- a/tests/maths/Helper/Fixtures/TestRot13Helper.php +++ b/tests/maths/Helper/Fixtures/TestRot13Helper.php @@ -22,7 +22,7 @@ class TestRot13Helper extends Rot13Helper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function alphabet(): array { return parent::alphabet(); diff --git a/tests/maths/Helper/Fixtures/TestRot47Helper.php b/tests/maths/Helper/Fixtures/TestRot47Helper.php index c73979e31..350ead3fb 100644 --- a/tests/maths/Helper/Fixtures/TestRot47Helper.php +++ b/tests/maths/Helper/Fixtures/TestRot47Helper.php @@ -22,7 +22,7 @@ class TestRot47Helper extends Rot47Helper { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function alphabet(): array { return parent::alphabet(); diff --git a/tests/ocrlad/Fixtures/Provider/TestOcrProvider.php b/tests/ocrlad/Fixtures/Provider/TestOcrProvider.php index f5dfada88..eb611de0c 100644 --- a/tests/ocrlad/Fixtures/Provider/TestOcrProvider.php +++ b/tests/ocrlad/Fixtures/Provider/TestOcrProvider.php @@ -23,7 +23,7 @@ class TestOcrProvider extends OcrProvider { /** - * {@inheritDoc} + * {@inheritdoc} */ public function buildFilePaths(IOFile $file): array { return parent::buildFilePaths($file); diff --git a/tests/ocrlad/Fixtures/Serializer/TestDerDeserializer.php b/tests/ocrlad/Fixtures/Serializer/TestDerDeserializer.php index d67f599c9..6f199ccd2 100644 --- a/tests/ocrlad/Fixtures/Serializer/TestDerDeserializer.php +++ b/tests/ocrlad/Fixtures/Serializer/TestDerDeserializer.php @@ -24,21 +24,21 @@ class TestDerDeserializer extends DerDeserializer { /** - * {@inheritDoc} + * {@inheritdoc} */ public static function deserializePage(string $rawData): ?Page { return parent::deserializePage($rawData); } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function deserializeWord(string $rawData): ?Word { return parent::deserializeWord($rawData); } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function processHeaders(string $rawData): array { return parent::processHeaders($rawData); diff --git a/tests/ocrlad/Helper/DocumentHelperTest.php b/tests/ocrlad/Helper/DocumentHelperTest.php index 835d4ece4..4234cbf3a 100644 --- a/tests/ocrlad/Helper/DocumentHelperTest.php +++ b/tests/ocrlad/Helper/DocumentHelperTest.php @@ -33,7 +33,7 @@ class DocumentHelperTest extends AbstractTestCase { private $document; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/ocrlad/Model/IOFileTest.php b/tests/ocrlad/Model/IOFileTest.php index 6aae8de92..391e25d27 100644 --- a/tests/ocrlad/Model/IOFileTest.php +++ b/tests/ocrlad/Model/IOFileTest.php @@ -30,7 +30,7 @@ class IOFileTest extends AbstractTestCase { private $filename; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/planning/Helper/TimeSlotHelperTest.php b/tests/planning/Helper/TimeSlotHelperTest.php index 8a11581ed..c79a1a02b 100644 --- a/tests/planning/Helper/TimeSlotHelperTest.php +++ b/tests/planning/Helper/TimeSlotHelperTest.php @@ -34,7 +34,7 @@ class TimeSlotHelperTest extends AbstractTestCase { private $dateTimes; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/planning/Model/TimeSlotTest.php b/tests/planning/Model/TimeSlotTest.php index 134a1dd3d..a9ab7af98 100644 --- a/tests/planning/Model/TimeSlotTest.php +++ b/tests/planning/Model/TimeSlotTest.php @@ -48,7 +48,7 @@ class TimeSlotTest extends AbstractTestCase { private $startDate; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/provider/Fixtures/Request/TestRequest.php b/tests/provider/Fixtures/Request/TestRequest.php index 7961a298f..07aae3434 100644 --- a/tests/provider/Fixtures/Request/TestRequest.php +++ b/tests/provider/Fixtures/Request/TestRequest.php @@ -22,7 +22,7 @@ class TestRequest extends AbstractRequest { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResourcePath(): string { return "/resource-path"; diff --git a/tests/provider/Fixtures/Request/TestSubstituableRequest.php b/tests/provider/Fixtures/Request/TestSubstituableRequest.php index 54949b264..e15f396a0 100644 --- a/tests/provider/Fixtures/Request/TestSubstituableRequest.php +++ b/tests/provider/Fixtures/Request/TestSubstituableRequest.php @@ -26,14 +26,14 @@ class TestSubstituableRequest extends AbstractRequest implements SubstituableReq use StringIdTrait; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getResourcePath(): string { return "/resource-path/{id}"; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSubstituables(): array { return [ diff --git a/tests/provider/Fixtures/TestProvider.php b/tests/provider/Fixtures/TestProvider.php index 2ff44a925..c38839c3c 100644 --- a/tests/provider/Fixtures/TestProvider.php +++ b/tests/provider/Fixtures/TestProvider.php @@ -33,7 +33,7 @@ public function __construct(LoggerInterface $logger = null) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function buildResourcePath(AbstractRequest $request): string { return parent::buildResourcePath($request); diff --git a/tests/serializer/Fixtures/Model/TestCsvSerializable.php b/tests/serializer/Fixtures/Model/TestCsvSerializable.php index 5442bdedd..be523ae4b 100644 --- a/tests/serializer/Fixtures/Model/TestCsvSerializable.php +++ b/tests/serializer/Fixtures/Model/TestCsvSerializable.php @@ -22,7 +22,7 @@ class TestCsvSerializable implements CsvSerializable { /** - * {@inheritDoc} + * {@inheritdoc} */ public function csvSerialize(): ?string { return ""; diff --git a/tests/serializer/Fixtures/Model/TestJsonSerializable.php b/tests/serializer/Fixtures/Model/TestJsonSerializable.php index 1ea4a76ba..c91e22fea 100644 --- a/tests/serializer/Fixtures/Model/TestJsonSerializable.php +++ b/tests/serializer/Fixtures/Model/TestJsonSerializable.php @@ -22,7 +22,7 @@ class TestJsonSerializable implements JsonSerializable { /** - * {@inheritDoc} + * {@inheritdoc} */ public function jsonSerialize(): array { return []; diff --git a/tests/serializer/Fixtures/Model/TestXmlSerializable.php b/tests/serializer/Fixtures/Model/TestXmlSerializable.php index 9e010fcae..ce5452805 100644 --- a/tests/serializer/Fixtures/Model/TestXmlSerializable.php +++ b/tests/serializer/Fixtures/Model/TestXmlSerializable.php @@ -22,7 +22,7 @@ class TestXmlSerializable implements XmlSerializable { /** - * {@inheritDoc} + * {@inheritdoc} */ public function xmlSerialize(): ?string { return ""; diff --git a/tests/serializer/Helper/XmlDeserializerHelperTest.php b/tests/serializer/Helper/XmlDeserializerHelperTest.php index dfafa612c..048f18de8 100644 --- a/tests/serializer/Helper/XmlDeserializerHelperTest.php +++ b/tests/serializer/Helper/XmlDeserializerHelperTest.php @@ -31,7 +31,7 @@ class XmlDeserializerHelperTest extends AbstractTestCase { private $document; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/sorter/AlphabeticalTreeSortTest.php b/tests/sorter/AlphabeticalTreeSortTest.php index 43b79b859..80a58e2bb 100644 --- a/tests/sorter/AlphabeticalTreeSortTest.php +++ b/tests/sorter/AlphabeticalTreeSortTest.php @@ -31,7 +31,7 @@ class AlphabeticalTreeSortTest extends AbstractTestCase { private $nodes; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/sorter/Fixtures/Model/TestNode.php b/tests/sorter/Fixtures/Model/TestNode.php index 962ecd37b..e1c94cb03 100644 --- a/tests/sorter/Fixtures/Model/TestNode.php +++ b/tests/sorter/Fixtures/Model/TestNode.php @@ -23,14 +23,14 @@ class TestNode extends BaseNode implements AlphabeticalTreeNodeInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAlphabeticalTreeNodeLabel(): ?string { return $this->getId(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAlphabeticalTreeNodeParent(): ?AlphabeticalTreeNodeInterface { return $this->getParent(); diff --git a/tests/sorter/Fixtures/TestIntegerFunctor.php b/tests/sorter/Fixtures/TestIntegerFunctor.php index a89937ea3..9285fe45a 100644 --- a/tests/sorter/Fixtures/TestIntegerFunctor.php +++ b/tests/sorter/Fixtures/TestIntegerFunctor.php @@ -22,7 +22,7 @@ class TestIntegerFunctor implements FunctorInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function compare($a, $b): bool { return $a < $b; diff --git a/tests/sorter/Helper/AlphabeticalTreeNodeHelperTest.php b/tests/sorter/Helper/AlphabeticalTreeNodeHelperTest.php index 859597594..5306f56ed 100644 --- a/tests/sorter/Helper/AlphabeticalTreeNodeHelperTest.php +++ b/tests/sorter/Helper/AlphabeticalTreeNodeHelperTest.php @@ -33,7 +33,7 @@ class AlphabeticalTreeNodeHelperTest extends AbstractTestCase { private $nodes; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/sorter/QuickSortTest.php b/tests/sorter/QuickSortTest.php index 45952fe2a..324bda45d 100644 --- a/tests/sorter/QuickSortTest.php +++ b/tests/sorter/QuickSortTest.php @@ -38,7 +38,7 @@ class QuickSortTest extends AbstractTestCase { private $values; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Fixtures/Assets/TestNotification.php b/tests/symfony/Fixtures/Assets/TestNotification.php index 46c81776a..ce18ac477 100644 --- a/tests/symfony/Fixtures/Assets/TestNotification.php +++ b/tests/symfony/Fixtures/Assets/TestNotification.php @@ -30,14 +30,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setContent(string $content): NotificationInterface { return parent::setContent($content); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setType(string $type): NotificationInterface { return parent::setType($type); diff --git a/tests/symfony/Fixtures/Assets/TestSelect2OptionInterface.php b/tests/symfony/Fixtures/Assets/TestSelect2OptionInterface.php index ff8044bd8..9e1c069bb 100644 --- a/tests/symfony/Fixtures/Assets/TestSelect2OptionInterface.php +++ b/tests/symfony/Fixtures/Assets/TestSelect2OptionInterface.php @@ -38,14 +38,14 @@ public function __construct(?string $id, ?string $name) { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSelect2OptionId(): ?string { return $this->getId(); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSelect2OptionText(): ?string { return $this->getName(); diff --git a/tests/symfony/Fixtures/Assets/TestToast.php b/tests/symfony/Fixtures/Assets/TestToast.php index 6fa2371ee..8373bbc18 100644 --- a/tests/symfony/Fixtures/Assets/TestToast.php +++ b/tests/symfony/Fixtures/Assets/TestToast.php @@ -30,14 +30,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setContent(string $content): ToastInterface { return parent::setContent($content); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setType(string $type): ToastInterface { return parent::setType($type); diff --git a/tests/symfony/Fixtures/Provider/Quote/TestYamlQuoteProvider.php b/tests/symfony/Fixtures/Provider/Quote/TestYamlQuoteProvider.php index b6cd7202b..46d245208 100644 --- a/tests/symfony/Fixtures/Provider/Quote/TestYamlQuoteProvider.php +++ b/tests/symfony/Fixtures/Provider/Quote/TestYamlQuoteProvider.php @@ -22,7 +22,7 @@ class TestYamlQuoteProvider extends YamlQuoteProvider { /** - * {@inheritDoc} + * {@inheritdoc} */ public function init(): void { parent::init(); diff --git a/tests/symfony/Fixtures/Provider/TestColorProvider.php b/tests/symfony/Fixtures/Provider/TestColorProvider.php index 410b0e265..e4306cf41 100644 --- a/tests/symfony/Fixtures/Provider/TestColorProvider.php +++ b/tests/symfony/Fixtures/Provider/TestColorProvider.php @@ -29,14 +29,14 @@ public function __construct() { } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getColors(): array { return []; } /** - *{@inheritDoc} + *{@inheritdoc} */ public function getName(): string { return "test"; diff --git a/tests/symfony/Fixtures/Provider/TestQuoteProvider.php b/tests/symfony/Fixtures/Provider/TestQuoteProvider.php index c0f4e1987..a5df45d76 100644 --- a/tests/symfony/Fixtures/Provider/TestQuoteProvider.php +++ b/tests/symfony/Fixtures/Provider/TestQuoteProvider.php @@ -29,7 +29,7 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDomain(): string { return "test"; diff --git a/tests/symfony/Helper/AssetsHelperTest.php b/tests/symfony/Helper/AssetsHelperTest.php index 54a74ba0f..92468d9b3 100644 --- a/tests/symfony/Helper/AssetsHelperTest.php +++ b/tests/symfony/Helper/AssetsHelperTest.php @@ -46,7 +46,7 @@ class AssetsHelperTest extends AbstractTestCase { private $srcDirectory; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Manager/AbstractManagerTest.php b/tests/symfony/Manager/AbstractManagerTest.php index fa3422008..20946d101 100644 --- a/tests/symfony/Manager/AbstractManagerTest.php +++ b/tests/symfony/Manager/AbstractManagerTest.php @@ -31,7 +31,7 @@ class AbstractManagerTest extends AbstractTestCase { private $provider; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Manager/ColorManagerTest.php b/tests/symfony/Manager/ColorManagerTest.php index 3066f24da..cc74b6126 100644 --- a/tests/symfony/Manager/ColorManagerTest.php +++ b/tests/symfony/Manager/ColorManagerTest.php @@ -35,7 +35,7 @@ class ColorManagerTest extends AbstractTestCase { private $colorProvider; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Manager/QuoteManagerTest.php b/tests/symfony/Manager/QuoteManagerTest.php index b1fac2a02..60e8c899d 100644 --- a/tests/symfony/Manager/QuoteManagerTest.php +++ b/tests/symfony/Manager/QuoteManagerTest.php @@ -35,7 +35,7 @@ class QuoteManagerTest extends AbstractTestCase { private $quoteProvider; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Provider/Quote/YamlQuoteProviderTest.php b/tests/symfony/Provider/Quote/YamlQuoteProviderTest.php index e0a318b2e..a6179abce 100644 --- a/tests/symfony/Provider/Quote/YamlQuoteProviderTest.php +++ b/tests/symfony/Provider/Quote/YamlQuoteProviderTest.php @@ -37,7 +37,7 @@ class YamlQuoteProviderTest extends AbstractTestCase { private $filename; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Service/PhantomJSServiceTest.php b/tests/symfony/Service/PhantomJSServiceTest.php index 72ab86c0f..8cbff900c 100644 --- a/tests/symfony/Service/PhantomJSServiceTest.php +++ b/tests/symfony/Service/PhantomJSServiceTest.php @@ -44,7 +44,7 @@ class PhantomJSServiceTest extends AbstractTestCase { private $scriptsPath; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/symfony/Service/UploadedFileServiceTest.php b/tests/symfony/Service/UploadedFileServiceTest.php index 52b870900..f8164b746 100644 --- a/tests/symfony/Service/UploadedFileServiceTest.php +++ b/tests/symfony/Service/UploadedFileServiceTest.php @@ -32,7 +32,7 @@ class UploadedFileServiceTest extends AbstractTestCase { private $directory; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/validator/DefaultValidatorTest.php b/tests/validator/DefaultValidatorTest.php index e2f1033ef..4a172ad93 100644 --- a/tests/validator/DefaultValidatorTest.php +++ b/tests/validator/DefaultValidatorTest.php @@ -33,7 +33,7 @@ class DefaultValidatorTest extends AbstractTestCase { private $ruleSet; /** - * {@inheritDoc} + * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); diff --git a/tests/validator/Fixtures/Rule/TestRule.php b/tests/validator/Fixtures/Rule/TestRule.php index 1cd78178c..d5ad6d8fb 100644 --- a/tests/validator/Fixtures/Rule/TestRule.php +++ b/tests/validator/Fixtures/Rule/TestRule.php @@ -32,14 +32,14 @@ public function __construct() { } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setName(?string $name): RuleInterface { return parent::setName($name); } /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($object): StatusInterface {