@@ -710,7 +710,6 @@ final class PhpStormStubsMap
710
710
'MongoDB\\Driver\\ClientEncryption' => 'mongodb/ClientEncryption.php',
711
711
'MongoDB\\Driver\\Command' => 'mongodb/Command.php',
712
712
'MongoDB\\Driver\\Cursor' => 'mongodb/Cursor.php',
713
- 'MongoDB\\Driver\\CursorId' => 'mongodb/CursorId.php',
714
713
'MongoDB\\Driver\\CursorInterface' => 'mongodb/CursorInterface.php',
715
714
'MongoDB\\Driver\\Exception\\AuthenticationException' => 'mongodb/Exception/AuthenticationException.php',
716
715
'MongoDB\\Driver\\Exception\\BulkWriteException' => 'mongodb/Exception/BulkWriteException.php',
@@ -723,11 +722,9 @@ final class PhpStormStubsMap
723
722
'MongoDB\\Driver\\Exception\\InvalidArgumentException' => 'mongodb/Exception/InvalidArgumentException.php',
724
723
'MongoDB\\Driver\\Exception\\LogicException' => 'mongodb/Exception/LogicException.php',
725
724
'MongoDB\\Driver\\Exception\\RuntimeException' => 'mongodb/Exception/RuntimeException.php',
726
- 'MongoDB\\Driver\\Exception\\SSLConnectionException' => 'mongodb/Exception/SSLConnectionException.php',
727
725
'MongoDB\\Driver\\Exception\\ServerException' => 'mongodb/Exception/ServerException.php',
728
726
'MongoDB\\Driver\\Exception\\UnexpectedValueException' => 'mongodb/Exception/UnexpectedValueException.php',
729
727
'MongoDB\\Driver\\Exception\\WriteConcernException' => 'mongodb/Exception/WriteConcernException.php',
730
- 'MongoDB\\Driver\\Exception\\WriteException' => 'mongodb/Exception/WriteException.php',
731
728
'MongoDB\\Driver\\Manager' => 'mongodb/Manager.php',
732
729
'MongoDB\\Driver\\Monitoring\\CommandFailedEvent' => 'mongodb/Monitoring/CommandFailedEvent.php',
733
730
'MongoDB\\Driver\\Monitoring\\CommandStartedEvent' => 'mongodb/Monitoring/CommandStartedEvent.php',
@@ -1466,12 +1463,6 @@ final class PhpStormStubsMap
1466
1463
'GEOSRelateMatch' => 'geos/geos.php',
1467
1464
'GEOSSharedPaths' => 'geos/geos.php',
1468
1465
'GEOSVersion' => 'geos/geos.php',
1469
- 'MongoDB\\BSON\\fromJSON' => 'mongodb/BSON/functions.php',
1470
- 'MongoDB\\BSON\\fromPHP' => 'mongodb/BSON/functions.php',
1471
- 'MongoDB\\BSON\\toCanonicalExtendedJSON' => 'mongodb/BSON/functions.php',
1472
- 'MongoDB\\BSON\\toJSON' => 'mongodb/BSON/functions.php',
1473
- 'MongoDB\\BSON\\toPHP' => 'mongodb/BSON/functions.php',
1474
- 'MongoDB\\BSON\\toRelaxedExtendedJSON' => 'mongodb/BSON/functions.php',
1475
1466
'MongoDB\\Driver\\Monitoring\\addSubscriber' => 'mongodb/Monitoring/functions.php',
1476
1467
'MongoDB\\Driver\\Monitoring\\removeSubscriber' => 'mongodb/Monitoring/functions.php',
1477
1468
'OpenTelemetry\\Instrumentation\\hook' => 'opentelemetry/opentelemetry.php',
0 commit comments