Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 19, 2024
1 parent d8b077b commit 9244b16
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions src/Exceptions/ClientSafeModelNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* @template TModel of \Illuminate\Database\Eloquent\Model
*
* @extends ModelNotFoundException<TModel>
*/
class ClientSafeModelNotFoundException extends ModelNotFoundException implements ClientAware
Expand All @@ -18,6 +19,7 @@ public function isClientSafe(): bool

/**
* @param ModelNotFoundException<TModel> $laravelException
*
* @return self<TModel>
*/
public static function fromLaravel(ModelNotFoundException $laravelException): self
Expand Down
2 changes: 1 addition & 1 deletion src/Tracing/FederatedTracing/Proto/FieldStat.php

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

2 changes: 1 addition & 1 deletion src/Tracing/FederatedTracing/Proto/QueryLatencyStats.php

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

10 changes: 5 additions & 5 deletions src/Tracing/FederatedTracing/Proto/Trace.php

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

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

0 comments on commit 9244b16

Please sign in to comment.