@@ -573,7 +573,7 @@ class TentativeTypes
573
573
'OCILob ' => [
574
574
'save ' => 'bool ' ,
575
575
'import ' => 'bool ' ,
576
- 'savefile ' => 'bool ' ,
576
+ 'saveFile ' => 'bool ' ,
577
577
'load ' => 'string|false ' ,
578
578
'read ' => 'string|false ' ,
579
579
'eof ' => 'bool ' ,
@@ -586,11 +586,11 @@ class TentativeTypes
586
586
'truncate ' => 'bool ' ,
587
587
'erase ' => 'int|false ' ,
588
588
'flush ' => 'bool ' ,
589
- 'setbuffering ' => 'bool ' ,
590
- 'getbuffering ' => 'bool ' ,
591
- 'writetofile ' => 'bool ' ,
589
+ 'setBuffering ' => 'bool ' ,
590
+ 'getBuffering ' => 'bool ' ,
591
+ 'writeToFile ' => 'bool ' ,
592
592
'export ' => 'bool ' ,
593
- 'writetemporary ' => 'bool ' ,
593
+ 'writeTemporary ' => 'bool ' ,
594
594
'close ' => 'bool ' ,
595
595
'free ' => 'bool ' ,
596
596
],
@@ -599,7 +599,7 @@ class TentativeTypes
599
599
'append ' => 'bool ' ,
600
600
'getElem ' => 'string|float|null|false ' ,
601
601
'assign ' => 'bool ' ,
602
- 'assignelem ' => 'bool ' ,
602
+ 'assignElem ' => 'bool ' ,
603
603
'size ' => 'int|false ' ,
604
604
'max ' => 'int|false ' ,
605
605
'trim ' => 'bool ' ,
@@ -849,7 +849,6 @@ class TentativeTypes
849
849
'inNamespace ' => 'bool ' ,
850
850
'getNamespaceName ' => 'string ' ,
851
851
'getShortName ' => 'string ' ,
852
- 'getAttributes ' => 'array ' ,
853
852
],
854
853
'ReflectionProperty ' => [
855
854
'getName ' => 'string ' ,
@@ -868,7 +867,6 @@ class TentativeTypes
868
867
'getType ' => '?ReflectionType ' ,
869
868
'hasType ' => 'bool ' ,
870
869
'getDefaultValue ' => 'mixed ' ,
871
- 'getAttributes ' => 'array ' ,
872
870
],
873
871
'ReflectionClassConstant ' => [
874
872
'getName ' => 'string ' ,
@@ -879,7 +877,6 @@ class TentativeTypes
879
877
'getModifiers ' => 'int ' ,
880
878
'getDeclaringClass ' => 'ReflectionClass ' ,
881
879
'getDocComment ' => 'string|false ' ,
882
- 'getAttributes ' => 'array ' ,
883
880
],
884
881
'ReflectionParameter ' => [
885
882
'getName ' => 'string ' ,
@@ -900,7 +897,6 @@ class TentativeTypes
900
897
'isDefaultValueConstant ' => 'bool ' ,
901
898
'getDefaultValueConstantName ' => '?string ' ,
902
899
'isVariadic ' => 'bool ' ,
903
- 'getAttributes ' => 'array ' ,
904
900
],
905
901
'ReflectionType ' => [
906
902
'allowsNull ' => 'bool ' ,
0 commit comments