Skip to content

Commit

Permalink
Bump laravel/pint from 1.5.0 to 1.8.0 (#290)
Browse files Browse the repository at this point in the history
* Bump laravel/pint from 1.5.0 to 1.8.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.5.0...v1.8.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply Pint Fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kazi Ahmed <mailtokmahmed@gmail.com>
  • Loading branch information
dependabot[bot] and tzsk committed Apr 5, 2023
1 parent efd6120 commit 63f7dbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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/Otp.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected function timeFactor($divisionFactor): string
$text[$index] = chr((int) $value);
}

return implode('', $text);
return implode('', $text);
}

protected function alias($key): ?Closure
Expand Down

0 comments on commit 63f7dbf

Please sign in to comment.