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 18
18
"require" : {
19
19
"php" : " >=7.2" ,
20
20
"cakephp/cakephp" : " ^4.0" ,
21
- "fakerphp/faker" : " ^1.13 " ,
21
+ "fakerphp/faker" : " ^1.15 " ,
22
22
"vierge-noire/cakephp-test-suite-light" : " ^2.1"
23
23
},
24
24
"require-dev" : {
Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ private function getSaveOptions(): array
364
364
*/
365
365
protected function persistMany (array $ entities )
366
366
{
367
- /** @phpstan-ignore-next-line */
368
367
return $ this ->getTable ()->saveManyOrFail ($ entities , $ this ->getSaveOptions ());
369
368
}
370
369
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ public function generateRandomPrimaryKey(string $columnType)
445
445
switch ($ columnType ) {
446
446
case 'uuid ' :
447
447
case 'string ' :
448
- $ res = $ this ->getFactory ()->getFaker ()->uuid ;
448
+ $ res = $ this ->getFactory ()->getFaker ()->uuid () ;
449
449
break ;
450
450
case 'biginteger ' :
451
451
$ res = mt_rand (0 , intval ('9223372036854775807 ' ));
You can’t perform that action at this time.
0 commit comments