@@ -516,114 +516,6 @@ parameters:
516516 count : 1
517517 path : src/Database/Adapter/SQL.php
518518
519- -
520- message : ' #^Call to an undefined method object\:\:beginTransaction\(\)\.$#'
521- identifier : method.notFound
522- count : 1
523- path : src/Database/Adapter/SQLite.php
524-
525- -
526- message : ' #^Call to an undefined method object\:\:inTransaction\(\)\.$#'
527- identifier : method.notFound
528- count : 1
529- path : src/Database/Adapter/SQLite.php
530-
531- -
532- message : ' #^Call to an undefined method object\:\:prepare\(\)\.$#'
533- identifier : method.notFound
534- count : 14
535- path : src/Database/Adapter/SQLite.php
536-
537- -
538- message : ' #^Call to an undefined method object\:\:query\(\)\.$#'
539- identifier : method.notFound
540- count : 1
541- path : src/Database/Adapter/SQLite.php
542-
543- -
544- message : ' #^Call to an undefined method object\:\:rollBack\(\)\.$#'
545- identifier : method.notFound
546- count : 1
547- path : src/Database/Adapter/SQLite.php
548-
549- -
550- message : ' #^Cannot access offset 0 on mixed\.$#'
551- identifier : offsetAccess.nonOffsetAccessible
552- count : 1
553- path : src/Database/Adapter/SQLite.php
554-
555- -
556- message : ' #^Cannot call method bindParam\(\) on mixed\.$#'
557- identifier : method.nonObject
558- count : 2
559- path : src/Database/Adapter/SQLite.php
560-
561- -
562- message : ' #^Cannot call method bindValue\(\) on mixed\.$#'
563- identifier : method.nonObject
564- count : 3
565- path : src/Database/Adapter/SQLite.php
566-
567- -
568- message : ' #^Cannot call method closeCursor\(\) on mixed\.$#'
569- identifier : method.nonObject
570- count : 2
571- path : src/Database/Adapter/SQLite.php
572-
573- -
574- message : ' #^Cannot call method execute\(\) on mixed\.$#'
575- identifier : method.nonObject
576- count : 14
577- path : src/Database/Adapter/SQLite.php
578-
579- -
580- message : ' #^Cannot call method fetch\(\) on mixed\.$#'
581- identifier : method.nonObject
582- count : 3
583- path : src/Database/Adapter/SQLite.php
584-
585- -
586- message : ' #^Cannot call method fetchAll\(\) on mixed\.$#'
587- identifier : method.nonObject
588- count : 1
589- path : src/Database/Adapter/SQLite.php
590-
591- -
592- message : ' #^Cannot call method fetchColumn\(\) on mixed\.$#'
593- identifier : method.nonObject
594- count : 2
595- path : src/Database/Adapter/SQLite.php
596-
597- -
598- message : ' #^Method Utopia\\Database\\Adapter\\SQLite\:\:createIndex\(\) should return bool but returns mixed\.$#'
599- identifier : return.type
600- count : 1
601- path : src/Database/Adapter/SQLite.php
602-
603- -
604- message : ' #^Method Utopia\\Database\\Adapter\\SQLite\:\:deleteAttribute\(\) should return bool but returns mixed\.$#'
605- identifier : return.type
606- count : 1
607- path : src/Database/Adapter/SQLite.php
608-
609- -
610- message : ' #^Method Utopia\\Database\\Adapter\\SQLite\:\:deleteIndex\(\) should return bool but returns mixed\.$#'
611- identifier : return.type
612- count : 1
613- path : src/Database/Adapter/SQLite.php
614-
615- -
616- message : ' #^Method Utopia\\Database\\Adapter\\SQLite\:\:startTransaction\(\) should return bool but returns mixed\.$#'
617- identifier : return.type
618- count : 1
619- path : src/Database/Adapter/SQLite.php
620-
621- -
622- message : ' #^Parameter \#1 \$array of function array_diff expects an array of values castable to string, array\<mixed, mixed\> given\.$#'
623- identifier : argument.type
624- count : 1
625- path : src/Database/Adapter/SQLite.php
626-
627519 -
628520 message : ' #^Parameter \#1 \$input of class Utopia\\Database\\Document constructor expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
629521 identifier : argument.type
0 commit comments