owen-it / laravel-auditing

Record the change log from models in Laravel
https://laravel-auditing.com
MIT License
3.01k stars 387 forks source link

Add migrations for static analysis #928

Closed szepeviktor closed 4 months ago

szepeviktor commented 4 months ago

@waelsjaber @jakeydevs Here is how to show model properties to Larastan.

vendor/bin/phpstan
parallels999 commented 4 months ago

phpstan work on V14 branch

Also setting a return type could be a breaking change if somebody already overwrite those functions, look at this example https://onlinephp.io/c/e4647 Fatal error: Declaration of B::auditable() must be compatible with Audit::auditable(): Illuminate\Database\Eloquent\Relations\MorphTo

szepeviktor commented 4 months ago

setting a return type could be a breaking change

I know. Please do as you wish.

szepeviktor commented 4 months ago

This PR is a technology demo.