Skip to content

Instantly share code, notes, and snippets.

View GeniJaho's full-sized avatar
🏠
Working from home

Geni Jaho GeniJaho

🏠
Working from home
View GitHub Profile
@GeniJaho
GeniJaho / DoNotEagerLoadByDefault.php
Created March 31, 2025 11:03
DoNotEagerLoadByDefault PHPStan rule
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use PhpParser\Node;
use PhpParser\Node\Stmt\Property;
use PHPStan\Analyser\Scope;
use PHPStan\Rules\Rule;
use PHPStan\Rules\RuleErrorBuilder;