Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patched metric-diff #81

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix styling
  • Loading branch information
bezhanSalleh authored and github-actions[bot] committed Oct 24, 2024
commit 515770ca2cb459dd1779fcd8a3fb1eb179e868f0
4 changes: 3 additions & 1 deletion src/FilamentGoogleAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ class FilamentGoogleAnalytics

public string $format;

public function __construct(public int | float $value = 0) {}
public function __construct(public int | float $value = 0)
{
}

public static function for(int | float $value = 0): static
{
Expand Down