|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:getModel\\(\\)\\.$#" |
| 4 | + message: '#^Call to an undefined method Illuminate\\Contracts\\Database\\Query\\Builder\:\:getModel\(\)\.$#' |
| 5 | + identifier: method.notFound |
5 | 6 | count: 2 |
6 | 7 | path: src/Scopes/PublishingScope.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withDrafts\\(\\)\\.$#" |
| 10 | + message: '#^Call to an undefined method Illuminate\\Contracts\\Database\\Query\\Builder\:\:withDrafts\(\)\.$#' |
| 11 | + identifier: method.notFound |
10 | 12 | count: 1 |
11 | 13 | path: src/Scopes/PublishingScope.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withoutDrafts\\(\\)\\.$#" |
| 16 | + message: '#^Call to an undefined method Illuminate\\Contracts\\Database\\Query\\Builder\:\:withoutDrafts\(\)\.$#' |
| 17 | + identifier: method.notFound |
15 | 18 | count: 1 |
16 | 19 | path: src/Scopes/PublishingScope.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withoutGlobalScope\\(\\)\\.$#" |
| 22 | + message: '#^Call to an undefined method Illuminate\\Contracts\\Database\\Query\\Builder\:\:withoutGlobalScope\(\)\.$#' |
| 23 | + identifier: method.notFound |
20 | 24 | count: 3 |
21 | 25 | path: src/Scopes/PublishingScope.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:getQualifiedIsPublishedColumn\\(\\)\\.$#" |
| 28 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:getQualifiedIsPublishedColumn\(\)\.$#' |
| 29 | + identifier: method.notFound |
25 | 30 | count: 1 |
26 | 31 | path: src/Scopes/PublishingScope.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Access to an undefined property Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\:\:\$drafts\.$#' |
| 35 | + identifier: property.notFound |
| 36 | + count: 1 |
| 37 | + path: tests/app/Models/Post.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Access to an undefined property Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\:\:\$is_current\.$#' |
| 41 | + identifier: property.notFound |
| 42 | + count: 1 |
| 43 | + path: tests/app/Models/Post.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Access to an undefined property Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\:\:\$is_published\.$#' |
| 47 | + identifier: property.notFound |
| 48 | + count: 1 |
| 49 | + path: tests/app/Models/Post.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:IS_CURRENT\.$#' |
| 53 | + identifier: classConstant.notFound |
| 54 | + count: 1 |
| 55 | + path: tests/app/Models/Post.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:IS_PUBLISHED\.$#' |
| 59 | + identifier: classConstant.notFound |
| 60 | + count: 1 |
| 61 | + path: tests/app/Models/Post.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:PUBLISHED_AT\.$#' |
| 65 | + identifier: classConstant.notFound |
| 66 | + count: 1 |
| 67 | + path: tests/app/Models/Post.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:PUBLISHER_ID\.$#' |
| 71 | + identifier: classConstant.notFound |
| 72 | + count: 1 |
| 73 | + path: tests/app/Models/Post.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:PUBLISHER_TYPE\.$#' |
| 77 | + identifier: classConstant.notFound |
| 78 | + count: 1 |
| 79 | + path: tests/app/Models/Post.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Access to undefined constant static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\:\:UUID\.$#' |
| 83 | + identifier: classConstant.notFound |
| 84 | + count: 1 |
| 85 | + path: tests/app/Models/Post.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist\.$#' |
| 89 | + identifier: attribute.notFound |
| 90 | + count: 1 |
| 91 | + path: tests/app/Models/Post.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Call to an undefined method Illuminate\\Contracts\\Database\\Query\\Builder\:\:withDrafts\(\)\.$#' |
| 95 | + identifier: method.notFound |
| 96 | + count: 1 |
| 97 | + path: tests/app/Models/Post.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:generateUuid\(\)\.$#' |
| 101 | + identifier: method.notFound |
| 102 | + count: 1 |
| 103 | + path: tests/app/Models/Post.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:getIsCurrentColumn\(\)\.$#' |
| 107 | + identifier: method.notFound |
| 108 | + count: 1 |
| 109 | + path: tests/app/Models/Post.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:getIsPublishedColumn\(\)\.$#' |
| 113 | + identifier: method.notFound |
| 114 | + count: 1 |
| 115 | + path: tests/app/Models/Post.php |
| 116 | + |
| 117 | + - |
| 118 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:newRevision\(\)\.$#' |
| 119 | + identifier: method.notFound |
| 120 | + count: 1 |
| 121 | + path: tests/app/Models/Post.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:publish\(\)\.$#' |
| 125 | + identifier: method.notFound |
| 126 | + count: 1 |
| 127 | + path: tests/app/Models/Post.php |
| 128 | + |
| 129 | + - |
| 130 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:revisions\(\)\.$#' |
| 131 | + identifier: method.notFound |
| 132 | + count: 3 |
| 133 | + path: tests/app/Models/Post.php |
| 134 | + |
| 135 | + - |
| 136 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:setLive\(\)\.$#' |
| 137 | + identifier: method.notFound |
| 138 | + count: 1 |
| 139 | + path: tests/app/Models/Post.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\:\:setPublisher\(\)\.$#' |
| 143 | + identifier: method.notFound |
| 144 | + count: 1 |
| 145 | + path: tests/app/Models/Post.php |
| 146 | + |
| 147 | + - |
| 148 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany\:\:current\(\)\.$#' |
| 149 | + identifier: method.notFound |
| 150 | + count: 2 |
| 151 | + path: tests/app/Models/Post.php |
| 152 | + |
| 153 | + - |
| 154 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany\:\:onlyDrafts\(\)\.$#' |
| 155 | + identifier: method.notFound |
| 156 | + count: 1 |
| 157 | + path: tests/app/Models/Post.php |
| 158 | + |
| 159 | + - |
| 160 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany\:\:published\(\)\.$#' |
| 161 | + identifier: method.notFound |
| 162 | + count: 2 |
| 163 | + path: tests/app/Models/Post.php |
| 164 | + |
| 165 | + - |
| 166 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany\:\:withDrafts\(\)\.$#' |
| 167 | + identifier: method.notFound |
| 168 | + count: 2 |
| 169 | + path: tests/app/Models/Post.php |
| 170 | + |
| 171 | + - |
| 172 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany\<static\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\), \$this\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\)\>\:\:withDrafts\(\)\.$#' |
| 173 | + identifier: method.notFound |
| 174 | + count: 1 |
| 175 | + path: tests/app/Models/Post.php |
| 176 | + |
| 177 | + - |
| 178 | + message: '#^Call to function property_exists\(\) with \$this\(Oddvalue\\LaravelDrafts\\Tests\\app\\Models\\Post\) and ''draftableRelations'' will always evaluate to true\.$#' |
| 179 | + identifier: function.alreadyNarrowedType |
| 180 | + count: 1 |
| 181 | + path: tests/app/Models/Post.php |
| 182 | + |
| 183 | + - |
| 184 | + message: '#^Right side of && is always true\.$#' |
| 185 | + identifier: booleanAnd.rightAlwaysTrue |
| 186 | + count: 1 |
| 187 | + path: tests/app/Models/Post.php |
| 188 | + |
| 189 | + - |
| 190 | + message: '#^Using nullsafe method call on non\-nullable type mixed\. Use \-\> instead\.$#' |
| 191 | + identifier: nullsafe.neverNull |
| 192 | + count: 1 |
| 193 | + path: tests/app/Models/Post.php |
0 commit comments