Skip to content

Commit

Permalink
FRW-8856 Fixed return type in docblocks. (#11068)
Browse files Browse the repository at this point in the history
FRW-8856 Fixed return type in docblocks.
  • Loading branch information
spryker-release-bot authored Aug 29, 2024
1 parent 86fc601 commit a32c07f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Spryker\Shared\Config\Config;
use Spryker\Shared\Propel\PropelConstants;
use Spryker\Zed\Propel\Business\Exception\UnSupportedCharactersInConfigurationValueException;
use Spryker\Zed\Propel\Business\Exception\UnsupportedVersionException;
use Spryker\Zed\Propel\Business\Model\PropelDatabase\Command\CreateDatabaseInterface;
use Spryker\Zed\Propel\PropelConfig;
use Symfony\Component\Process\Process;
Expand Down Expand Up @@ -144,8 +143,6 @@ protected function runProcess($command)
/**
* @param string $command
*
* @throws \Spryker\Zed\Propel\Business\Exception\UnsupportedVersionException
*
* @return \Symfony\Component\Process\Process
*/
protected function getProcess(string $command): Process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Spryker\Shared\Config\Config;
use Spryker\Shared\Propel\PropelConstants;
use Spryker\Zed\Propel\Business\Exception\UnSupportedCharactersInConfigurationValueException;
use Spryker\Zed\Propel\Business\Exception\UnsupportedVersionException;
use Spryker\Zed\Propel\Business\Model\PropelDatabase\Command\DropDatabaseInterface;
use Spryker\Zed\Propel\PropelConfig;
use Symfony\Component\Process\Process;
Expand Down Expand Up @@ -136,8 +135,6 @@ protected function useSudo()
/**
* @param string $command
*
* @throws \Spryker\Zed\Propel\Business\Exception\UnsupportedVersionException
*
* @return \Symfony\Component\Process\Process
*/
protected function getProcess($command)
Expand Down
2 changes: 1 addition & 1 deletion src/Spryker/Zed/Propel/PropelConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function getCurrentDatabaseEngineName()
/**
* @api
*
* @return array<string>
* @return array<string, array<string>>
*/
public function getWhitelistForAllowedAttributeValueChanges()
{
Expand Down

0 comments on commit a32c07f

Please sign in to comment.