Skip to content

Commit cf06880

Browse files
Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#38)
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Trigger workflow * Fix styling --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Baspa <hello@baspa.dev> Co-authored-by: Baspa <10845460+Baspa@users.noreply.github.com>
1 parent a736bbf commit cf06880

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.2.0
16+
uses: dependabot/fetch-metadata@v2.3.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

src/UploadcareTransformation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function filename(string $filename): string
2424
/** @param array<string, mixed> $transformations */
2525
public function transform(array $transformations = []): self
2626
{
27-
foreach($transformations as $transformation => $parameters) {
27+
foreach ($transformations as $transformation => $parameters) {
2828
$this->{$transformation}(...$parameters);
2929
}
3030

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function uc(string $uuidOrUrl, ?string $cdnOrProxyUrl = null): UploadcareTransfo
3232
}
3333
}
3434

35-
if(! function_exists('is_laravel')) {
35+
if (! function_exists('is_laravel')) {
3636
function is_laravel(): bool
3737
{
3838
return defined('LARAVEL_START') &&

0 commit comments

Comments
 (0)