Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
41 lines (40 loc) · 1.89 KB

File metadata and controls

41 lines (40 loc) · 1.89 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
includes:
- phpstan-baseline.neon
parameters:
level: 3
paths:
- src
bootstrapFiles:
- src/load.php
excludePaths:
analyse:
- src/vendor
- src/library/Model/Admin.php
- src/library/Model/Client.php
- src/library/Model/ServiceLicense.php
- src/library/Model/Product.php
- src/library/Server/Manager/Custom.php
- src/library/Server/Manager/Whm.php
- src/data/cache (?)
universalObjectCratesClasses:
- \RedBeanPHP\SimpleModel
- \RedBeanPHP\OODBBean
ignoreErrors:
- '#^Function __trans not found\.$#'
- '#^Function __pluralTrans not found\.$#'
- '#^Inner named functions are not supported by PHPStan\. Consider refactoring to an anonymous function, class method, or a top\-level\-defined function\. See issue \#165 \(https\://github\.com/phpstan/phpstan/issues/165\) for more details\.$#'
- message: '#^Result of function header \(void\) is used\.$#'
path: src/modules/Custompages/Controller/Client.php
- message: '#^Variable \$ext_id on left side of \?\?\= is never defined\.$#'
path: src/modules/Extension/Service.php
- '#^Access to an undefined property RedBeanPHP\\SimpleModel\:\:\$updated_at\.$#'
- '#^Access to an undefined property RedBeanPHP\\SimpleModel\:\:\$pass\.$#'
- '#^Access to an undefined property RedBeanPHP\\SimpleModel\:\:\$username\.$#'
- '#^Access to an undefined property RedBeanPHP\\SimpleModel\:\:\$sld\.$#'
- '#^Access to an undefined property RedBeanPHP\\SimpleModel\:\:\$tld\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$client_id\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$config\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$api_key\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$updated_at\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$created_at\.$#'
- '#^Access to an undefined property RedBeanPHP\\OODBBean\:\:\$id\.$#'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.