Skip to content

Commit d9001de

Browse files
committed
Typos
fixes #17222 [ci skip]
1 parent e9fbaf4 commit d9001de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/base/conditions/BaseNumberConditionRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function operators(): array
6262
}
6363

6464
/**
65-
* @inerhitdoc
65+
* @inheritdoc
6666
*/
6767
protected function operatorLabel(string $operator): string
6868
{

src/config/BaseConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function create(array $config = []): static
4141
}
4242

4343
/**
44-
* @inerhitdoc
44+
* @inheritdoc
4545
*/
4646
final public function __construct($config = [])
4747
{

src/config/GeneralConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class GeneralConfig extends BaseConfig
4545
public const SNAKE_CASE = 'snake';
4646

4747
/**
48-
* @inerhitdoc
48+
* @inheritdoc
4949
*/
5050
protected static array $renamedSettings = [
5151
'activateAccountFailurePath' => 'invalidUserTokenPath',

src/elements/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static function hasContent(): bool
8181
}
8282

8383
/**
84-
* @inerhitdoc
84+
* @inheritdoc
8585
*/
8686
public static function hasTitles(): bool
8787
{

src/elements/conditions/ElementCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class ElementCondition extends BaseCondition implements ElementConditionInterface
2121
{
2222
/**
23-
* @inerhitdoc
23+
* @inheritdoc
2424
*/
2525
public bool $sortable = false;
2626

0 commit comments

Comments
 (0)