diff --git a/extension-strict.neon b/extension-strict.neon index 227394b..c17cba0 100644 --- a/extension-strict.neon +++ b/extension-strict.neon @@ -5,6 +5,7 @@ includes: parameters: level: 10 + checkOctaneCompatibility: true tmpDir: .phpstan strictRules: dynamicCallOnStaticMethod: false diff --git a/extension.neon b/extension.neon index 52ddec6..67b9817 100644 --- a/extension.neon +++ b/extension.neon @@ -3,6 +3,7 @@ includes: parameters: level: 8 + checkOctaneCompatibility: true tmpDir: .phpstan bootstrapFiles: - bootstrap/eloquent.php