We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1316b5c commit 86e2b22Copy full SHA for 86e2b22
2 files changed
phpstan.neon
@@ -13,6 +13,7 @@ parameters:
13
excludePaths:
14
analyse:
15
- src/*/*.html.php
16
+ - src/ExecutionTraitClass.php
17
18
# see https://phpstan.org/config-reference#universal-object-crates
19
universalObjectCratesClasses:
src/Model/Configuration.php
@@ -139,6 +139,9 @@ public function getExecutorSettings(): string
139
return $this->executorSettings;
140
}
141
142
+ /**
143
+ * @return array<string,mixed>
144
+ */
145
public function getExecutorSettingsAsArray(): array
146
{
147
return json_decode($this->getExecutorSettings(), true);
0 commit comments