Skip to content

Commit 994155a

Browse files
committed
Code review changes
1 parent 4bcd28e commit 994155a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

resources/functionMap_php83delta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
'gc_status' => ['array{running:bool,protected:bool,full:bool,runs:int,collected:int,threshold:int,buffer_size:int,roots:int,application_time:float,collector_time:float,destructor_time:float,free_time:float}'],
2929
],
3030
'old' => [
31-
31+
'dba_fetch\'1' => ['string|false', 'key'=>'string', 'handle'=>'resource'],
3232
]
3333
];

resources/functionMap_php84delta.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
'dba_delete' => ['bool', 'key'=>'string', 'handle'=>'Dba\Connection'],
2525
'dba_exists' => ['bool', 'key'=>'string', 'handle'=>'Dba\Connection'],
2626
'dba_fetch' => ['string|false', 'key'=>'string', 'skip'=>'int', 'handle'=>'Dba\Connection'],
27-
'dba_fetch\'1' => ['string|false', 'key'=>'string', 'handle'=>'Dba\Connection'],
2827
'dba_firstkey' => ['string|false', 'handle'=>'Dba\Connection'],
2928
'dba_insert' => ['bool', 'key'=>'string', 'value'=>'string', 'handle'=>'Dba\Connection'],
3029
'dba_nextkey' => ['string|false', 'handle'=>'Dba\Connection'],

0 commit comments

Comments
 (0)