friendship ended with social-app. php is my new best friend
1parameters:
2 level: 1
3 paths:
4 - src
5 excludePaths:
6 - src/Illuminate/Testing/ParallelRunner.php
7 - src/*/views/*
8 ignoreErrors:
9 - "#\\(void\\) is used#"
10 - "#Access to an undefined property#"
11 - "#but return statement is missing.#"
12 - "#Call to an undefined method#"
13 - "#Caught class [a-zA-Z0-9\\\\_]+ not found.#"
14 - "#Class [a-zA-Z0-9\\\\_]+ not found.#"
15 - "#has invalid type#"
16 - "#Instantiated class [a-zA-Z0-9\\\\_]+ not found.#"
17 - "#Unsafe usage of new static#"