Skip to content

Commit

Permalink
chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0 (
Browse files Browse the repository at this point in the history
…#164)

* chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* lint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Rancoud <[email protected]>
  • Loading branch information
dependabot[bot] and rancoud authored Feb 3, 2024
1 parent a15eb45 commit 7d1b702
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Crypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static function getOptionsBcrypt(): array
*
* @return string
*/
public static function getRandomString(int $length = 64, string $characters = null): string
public static function getRandomString(int $length = 64, ?string $characters = null): string
{
$initialCharacters = null;
if ($characters !== null) {
Expand Down

0 comments on commit 7d1b702

Please sign in to comment.