Skip to content

Commit 63f7dbf

Browse files
Bump laravel/pint from 1.5.0 to 1.8.0 (#290)
* 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] <[email protected]> * Apply Pint Fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazi Ahmed <[email protected]>
1 parent efd6120 commit 63f7dbf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

composer.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Otp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected function timeFactor($divisionFactor): string
120120
$text[$index] = chr((int) $value);
121121
}
122122

123-
return implode('', $text);
123+
return implode('', $text);
124124
}
125125

126126
protected function alias($key): ?Closure

0 commit comments

Comments
 (0)