WebProject-xyz/ikea-tradfri-php

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
parameters:
    level: 5
    editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
    paths:
        - src
        - tests
    excludePaths:
        - wiki/*
        - tests/
    bootstrapFiles:
        - build/constants.php
    ignoreErrors:
        - '#.*extends @final class.*#'