Skip to content

Commit

Permalink
SKD-5377: Introduce ENV array element manifest type / php7.4 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strelchenko committed Nov 24, 2023
1 parent 36e4e34 commit 1178fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ManifestStrategy/ConfigureEnvManifestStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function apply(array $manifest, string $moduleName, InputOutputInterface
*
* @return void
*/
protected function applyValue(string $configFileName, string $target, mixed $value): void
protected function applyValue(string $configFileName, string $target, $value): void
{
$fileInformationTransfer = $this->fileBuilderFacade->loadFile($configFileName);
$originalExpressions = $this->expressionsValueExtractor->extractExpressions($fileInformationTransfer->getOriginalTokenTree());
Expand Down

0 comments on commit 1178fa8

Please sign in to comment.