Skip to content

Commit 6d66e66

Browse files
authored
update total errors
1 parent faf6dcb commit 6d66e66

1 file changed

Lines changed: 1 addition & 161 deletions

File tree

utils/phpstan-baseline/missingType.return.neon

Lines changed: 1 addition & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 150 errors
1+
# total 118 errors
22

33
parameters:
44
ignoreErrors:
@@ -227,146 +227,6 @@ parameters:
227227
count: 1
228228
path: ../../system/Session/Handlers/FileHandler.php
229229

230-
-
231-
message: '#^Method CodeIgniter\\Session\\Session\:\:configure\(\) has no return type specified\.$#'
232-
count: 1
233-
path: ../../system/Session/Session.php
234-
235-
-
236-
message: '#^Method CodeIgniter\\Session\\Session\:\:configureSidLength\(\) has no return type specified\.$#'
237-
count: 1
238-
path: ../../system/Session/Session.php
239-
240-
-
241-
message: '#^Method CodeIgniter\\Session\\Session\:\:destroy\(\) has no return type specified\.$#'
242-
count: 1
243-
path: ../../system/Session/Session.php
244-
245-
-
246-
message: '#^Method CodeIgniter\\Session\\Session\:\:initVars\(\) has no return type specified\.$#'
247-
count: 1
248-
path: ../../system/Session/Session.php
249-
250-
-
251-
message: '#^Method CodeIgniter\\Session\\Session\:\:keepFlashdata\(\) has no return type specified\.$#'
252-
count: 1
253-
path: ../../system/Session/Session.php
254-
255-
-
256-
message: '#^Method CodeIgniter\\Session\\Session\:\:push\(\) has no return type specified\.$#'
257-
count: 1
258-
path: ../../system/Session/Session.php
259-
260-
-
261-
message: '#^Method CodeIgniter\\Session\\Session\:\:regenerate\(\) has no return type specified\.$#'
262-
count: 1
263-
path: ../../system/Session/Session.php
264-
265-
-
266-
message: '#^Method CodeIgniter\\Session\\Session\:\:remove\(\) has no return type specified\.$#'
267-
count: 1
268-
path: ../../system/Session/Session.php
269-
270-
-
271-
message: '#^Method CodeIgniter\\Session\\Session\:\:removeTempdata\(\) has no return type specified\.$#'
272-
count: 1
273-
path: ../../system/Session/Session.php
274-
275-
-
276-
message: '#^Method CodeIgniter\\Session\\Session\:\:set\(\) has no return type specified\.$#'
277-
count: 1
278-
path: ../../system/Session/Session.php
279-
280-
-
281-
message: '#^Method CodeIgniter\\Session\\Session\:\:setCookie\(\) has no return type specified\.$#'
282-
count: 1
283-
path: ../../system/Session/Session.php
284-
285-
-
286-
message: '#^Method CodeIgniter\\Session\\Session\:\:setFlashdata\(\) has no return type specified\.$#'
287-
count: 1
288-
path: ../../system/Session/Session.php
289-
290-
-
291-
message: '#^Method CodeIgniter\\Session\\Session\:\:setSaveHandler\(\) has no return type specified\.$#'
292-
count: 1
293-
path: ../../system/Session/Session.php
294-
295-
-
296-
message: '#^Method CodeIgniter\\Session\\Session\:\:setTempdata\(\) has no return type specified\.$#'
297-
count: 1
298-
path: ../../system/Session/Session.php
299-
300-
-
301-
message: '#^Method CodeIgniter\\Session\\Session\:\:startSession\(\) has no return type specified\.$#'
302-
count: 1
303-
path: ../../system/Session/Session.php
304-
305-
-
306-
message: '#^Method CodeIgniter\\Session\\Session\:\:stop\(\) has no return type specified\.$#'
307-
count: 1
308-
path: ../../system/Session/Session.php
309-
310-
-
311-
message: '#^Method CodeIgniter\\Session\\Session\:\:unmarkFlashdata\(\) has no return type specified\.$#'
312-
count: 1
313-
path: ../../system/Session/Session.php
314-
315-
-
316-
message: '#^Method CodeIgniter\\Session\\Session\:\:unmarkTempdata\(\) has no return type specified\.$#'
317-
count: 1
318-
path: ../../system/Session/Session.php
319-
320-
-
321-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:destroy\(\) has no return type specified\.$#'
322-
count: 1
323-
path: ../../system/Session/SessionInterface.php
324-
325-
-
326-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:keepFlashdata\(\) has no return type specified\.$#'
327-
count: 1
328-
path: ../../system/Session/SessionInterface.php
329-
330-
-
331-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:regenerate\(\) has no return type specified\.$#'
332-
count: 1
333-
path: ../../system/Session/SessionInterface.php
334-
335-
-
336-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:remove\(\) has no return type specified\.$#'
337-
count: 1
338-
path: ../../system/Session/SessionInterface.php
339-
340-
-
341-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:removeTempdata\(\) has no return type specified\.$#'
342-
count: 1
343-
path: ../../system/Session/SessionInterface.php
344-
345-
-
346-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:set\(\) has no return type specified\.$#'
347-
count: 1
348-
path: ../../system/Session/SessionInterface.php
349-
350-
-
351-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:setFlashdata\(\) has no return type specified\.$#'
352-
count: 1
353-
path: ../../system/Session/SessionInterface.php
354-
355-
-
356-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:setTempdata\(\) has no return type specified\.$#'
357-
count: 1
358-
path: ../../system/Session/SessionInterface.php
359-
360-
-
361-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:unmarkFlashdata\(\) has no return type specified\.$#'
362-
count: 1
363-
path: ../../system/Session/SessionInterface.php
364-
365-
-
366-
message: '#^Method CodeIgniter\\Session\\SessionInterface\:\:unmarkTempdata\(\) has no return type specified\.$#'
367-
count: 1
368-
path: ../../system/Session/SessionInterface.php
369-
370230
-
371231
message: '#^Method CodeIgniter\\Test\\CIUnitTestCase\:\:assertCloseEnough\(\) has no return type specified\.$#'
372232
count: 1
@@ -482,26 +342,6 @@ parameters:
482342
count: 1
483343
path: ../../system/Test/Mock/MockResponse.php
484344

485-
-
486-
message: '#^Method CodeIgniter\\Test\\Mock\\MockSession\:\:regenerate\(\) has no return type specified\.$#'
487-
count: 1
488-
path: ../../system/Test/Mock/MockSession.php
489-
490-
-
491-
message: '#^Method CodeIgniter\\Test\\Mock\\MockSession\:\:setCookie\(\) has no return type specified\.$#'
492-
count: 1
493-
path: ../../system/Test/Mock/MockSession.php
494-
495-
-
496-
message: '#^Method CodeIgniter\\Test\\Mock\\MockSession\:\:setSaveHandler\(\) has no return type specified\.$#'
497-
count: 1
498-
path: ../../system/Test/Mock/MockSession.php
499-
500-
-
501-
message: '#^Method CodeIgniter\\Test\\Mock\\MockSession\:\:startSession\(\) has no return type specified\.$#'
502-
count: 1
503-
path: ../../system/Test/Mock/MockSession.php
504-
505345
-
506346
message: '#^Method CodeIgniter\\Test\\Mock\\MockTable\:\:__call\(\) has no return type specified\.$#'
507347
count: 1

0 commit comments

Comments
 (0)