File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " >=7.2" ,
2020 "cakephp/cakephp" : " ^4.0" ,
21- "fakerphp/faker" : " ^1.13 " ,
21+ "fakerphp/faker" : " ^1.15 " ,
2222 "vierge-noire/cakephp-test-suite-light" : " ^2.1"
2323 },
2424 "require-dev" : {
Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ private function getSaveOptions(): array
364364 */
365365 protected function persistMany (array $ entities )
366366 {
367- /** @phpstan-ignore-next-line */
368367 return $ this ->getTable ()->saveManyOrFail ($ entities , $ this ->getSaveOptions ());
369368 }
370369
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ public function generateRandomPrimaryKey(string $columnType)
445445 switch ($ columnType ) {
446446 case 'uuid ' :
447447 case 'string ' :
448- $ res = $ this ->getFactory ()->getFaker ()->uuid ;
448+ $ res = $ this ->getFactory ()->getFaker ()->uuid () ;
449449 break ;
450450 case 'biginteger ' :
451451 $ res = mt_rand (0 , intval ('9223372036854775807 ' ));
You can’t perform that action at this time.
0 commit comments