8000 [ErrorHandler] Update TentativeTypes · symfony/symfony@0e3a8c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e3a8c1

Browse files
[ErrorHandler] Update TentativeTypes
1 parent a642717 commit 0e3a8c1

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ class TentativeTypes
573573
'OCILob' => [
574574
'save' => 'bool',
575575
'import' => 'bool',
576-
'savefile' => 'bool',
576+
'saveFile' => 'bool',
577577
'load' => 'string|false',
578578
'read' => 'string|false',
579579
'eof' => 'bool',
@@ -586,11 +586,11 @@ class TentativeTypes
586586
'truncate' => 'bool',
587587
'erase' => 'int|false',
588588
'flush' => 'bool',
589-
'setbuffering' => 'bool',
590-
'getbuffering' => 'bool',
591-
'writetofile' => 'bool',
589+
'setBuffering' => 'bool',
590+
'getBuffering' => 'bool',
591+
'writeToFile' => 'bool',
592592
'export' => 'bool',
593-
'writetemporary' => 'bool',
593+
'writeTemporary' => 'bool',
594594
'close' => 'bool',
595595
'free' => 'bool',
596596
],
@@ -599,7 +599,7 @@ class TentativeTypes
599599
'append' => 'bool',
600600
'getElem' => 'string|float|null|false',
601601
'assign' => 'bool',
602-
'assignelem' => 'bool',
602+
'assignElem' => 'bool',
603603
'size' => 'int|false',
604604
'max' => 'int|false',
605605
'trim' => 'bool',
@@ -849,7 +849,6 @@ class TentativeTypes
849849
'inNamespace' => 'bool',
850850
'getNamespaceName' => 'string',
851851
'getShortName' => 'string',
852-
'getAttributes' => 'array',
853852
],
854853
'ReflectionProperty' => [
855854
'getName' => 'string',
@@ -868,7 +867,6 @@ class TentativeTypes
868867
'getType' => '?ReflectionType',
869868
'hasType' => 'bool',
870869
'getDefaultValue' => 'mixed',
871-
'getAttributes' => 'array',
872870
],
873871
'ReflectionClassConstant' => [
874872
'getName' => 'string',
@@ -879,7 +877,6 @@ class TentativeTypes
879877
'getModifiers' => 'int',
880878
'getDeclaringClass' => 'ReflectionClass',
881879
'getDocComment' => 'string|false',
882-
'getAttributes' => 'array',
883880
],
884881
'ReflectionParameter' => [
885882
'getName' => 'string',
@@ -900,7 +897,6 @@ class TentativeTypes
900897
'isDefaultValueConstant' => 'bool',
901898
'getDefaultValueConstantName' => '?string',
902899
'isVariadic' => 'bool',
903-
'getAttributes' => 'array',
904900
],
905901
'ReflectionType' => [
906902
'allowsNull' => 'bool',

src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* file that was distributed with this source code.
2828
*/
2929
30-
namespace Symfony\Component\ErrorHandler\Resources;
30+
namespace Symfony\Component\ErrorHandler\Internal;
3131
3232
/**
3333
* This class has been generated by extract-tentative-return-types.php.

0 commit comments

Comments
 (0)
0