-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
55 lines (47 loc) · 2.28 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
55 lines (47 loc) · 2.28 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
parameters:
ignoreErrors:
-
rawMessage: 'Method ChiefTools\SDK\Entities\Team::resolveRouteBinding() should return static(ChiefTools\SDK\Entities\Team)|null but returns (Illuminate\Database\Eloquent\Model&object{pivot: Illuminate\Database\Eloquent\Relations\Pivot})|null.'
identifier: return.type
count: 1
path: src/Entities/Team.php
-
rawMessage: 'Method ChiefTools\SDK\Entities\Team::resolveRouteBinding() should return static(ChiefTools\SDK\Entities\Team)|null but returns ChiefTools\SDK\Entities\Team.'
identifier: return.type
count: 2
path: src/Entities/Team.php
-
rawMessage: 'Method ChiefTools\SDK\Entities\Team::resolveRouteBinding() should return static(ChiefTools\SDK\Entities\Team)|null but returns ChiefTools\SDK\Entities\Team|null.'
identifier: return.type
count: 2
path: src/Entities/Team.php
-
rawMessage: Coalesce operator ?? is unnecessary because the left side is always set and the right side is null.
identifier: nullCoalesce.unnecessary
count: 1
path: src/Entities/User.php
-
rawMessage: 'Method ChiefTools\SDK\Entities\User::getTeamFromSession() should return ChiefTools\SDK\Entities\Team|null but returns (Illuminate\Database\Eloquent\Model&object{pivot: Illuminate\Database\Eloquent\Relations\Pivot})|null.'
identifier: return.type
count: 1
path: src/Entities/User.php
-
rawMessage: 'Property ChiefTools\SDK\Entities\User::$memoizedCurrentTeam (ChiefTools\SDK\Entities\Team|null) does not accept (Illuminate\Database\Eloquent\Model&object{pivot: Illuminate\Database\Eloquent\Relations\Pivot})|null.'
identifier: assign.propertyType
count: 1
path: src/Entities/User.php
-
rawMessage: Trait ChiefTools\SDK\GraphQL\AuthorizesRequests is used zero times and is not analysed.
identifier: trait.unused
count: 1
path: src/GraphQL/AuthorizesRequests.php
-
rawMessage: 'Call to method getDebug() of internal class Symfony\Component\Mailer\Transport\Smtp\Stream\AbstractStream from outside its root namespace Symfony.'
identifier: method.internalClass
count: 1
path: src/Mail/ReportingFailoverTransport.php
-
rawMessage: 'Call to function is_null() with GuzzleHttp\Client will always evaluate to false.'
identifier: function.impossibleType
count: 1
path: src/Socialite/ChiefProvider.php