File tree 1 file changed +4
-0
lines changed
spec/cc/engine/analyzers/php
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 169
169
create_source_file ( "foo.php" , <<~EOPHP )
170
170
<?php
171
171
namespace KeepClear\\ Http\\ Controllers\\ API\\ V1;
172
+
172
173
use Illuminate\\ Http\\ Request;
173
174
use KeepClear\\ Http\\ Controllers\\ Controller;
174
175
use KeepClear\\ Models\\ Comment;
177
178
use KeepClear\\ Traits\\ Controllers\\ ApiFilter;
178
179
use KeepClear\\ Traits\\ Controllers\\ ApiParseBody;
179
180
use KeepClear\\ Traits\\ Controllers\\ ApiException;
181
+
180
182
a / b;
181
183
EOPHP
182
184
183
185
create_source_file ( "bar.php" , <<~EOPHP )
184
186
<?php
185
187
namespace KeepClear\\ Http\\ Controllers\\ API\\ V1;
188
+
186
189
use Illuminate\\ Http\\ Request;
187
190
use KeepClear\\ Http\\ Controllers\\ Controller;
188
191
use KeepClear\\ Models\\ Comment;
191
194
use KeepClear\\ Traits\\ Controllers\\ ApiFilter;
192
195
use KeepClear\\ Traits\\ Controllers\\ ApiParseBody;
193
196
use KeepClear\\ Traits\\ Controllers\\ ApiException;
197
+
194
198
a + b;
195
199
EOPHP
196
200
You can’t perform that action at this time.
0 commit comments