Skip to content

Commit

Permalink
Fix PHPStan issue setPropertyId() also accepts int
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGiting authored Apr 11, 2023
1 parent 2cf9cae commit 5ad3ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelGoogleAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class LaravelGoogleAnalytics
/**
* Set the property id.
*
* @param null $propertyId
* @param int|null $propertyId
* @return $this
*/
public function setPropertyId($propertyId = null): self
Expand Down

0 comments on commit 5ad3ad6

Please sign in to comment.