Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/phpstorm-stubs
Submodule phpstorm-stubs updated 79 files
+3 −3 Core/Core_c.php
+15 −0 PhpStormStubsMap.php
+1 −1 Reflection/ReflectionEnum.php
+2 −0 Reflection/ReflectionEnumBackedCase.php
+2 −0 Reflection/ReflectionEnumUnitCase.php
+1 −1 Reflection/ReflectionReference.php
+2 −2 SPL/SPL_c1.php
+144 −5 ds/ds.php
+3 −2 ftp/ftp.php
+37 −37 intl/intl.php
+3 −0 meta/.phpstorm.meta.php
+21 −0 meta/attributes/ObjectShape.php
+24 −0 meta/guzzle/.phpstorm.meta.php
+2 −1 meta/locales/.phpstorm.meta.php
+11 −14 mongodb/BSON/Binary.php
+3 −3 mongodb/BSON/DBPointer.php
+4 −7 mongodb/BSON/Decimal128.php
+42 −0 mongodb/BSON/Document.php
+8 −15 mongodb/BSON/Int64.php
+24 −0 mongodb/BSON/Iterator.php
+6 −14 mongodb/BSON/Javascript.php
+2 −5 mongodb/BSON/MaxKey.php
+2 −5 mongodb/BSON/MinKey.php
+5 −8 mongodb/BSON/ObjectId.php
+34 −0 mongodb/BSON/PackedArray.php
+6 −13 mongodb/BSON/Regex.php
+3 −6 mongodb/BSON/Symbol.php
+6 −14 mongodb/BSON/Timestamp.php
+5 −11 mongodb/BSON/UTCDateTime.php
+3 −6 mongodb/BSON/Undefined.php
+10 −12 mongodb/BulkWrite.php
+117 −8 mongodb/ClientEncryption.php
+2 −2 mongodb/Command.php
+10 −20 mongodb/Cursor.php
+3 −6 mongodb/CursorId.php
+1 −2 mongodb/Exception/CommandException.php
+2 −4 mongodb/Exception/RuntimeException.php
+1 −1 mongodb/Exception/WriteException.php
+45 −35 mongodb/Manager.php
+24 −7 mongodb/Monitoring/CommandFailedEvent.php
+23 −6 mongodb/Monitoring/CommandStartedEvent.php
+23 −6 mongodb/Monitoring/CommandSucceededEvent.php
+64 −0 mongodb/Monitoring/SDAMSubscriber.php
+46 −0 mongodb/Monitoring/ServerChangedEvent.php
+33 −0 mongodb/Monitoring/ServerClosedEvent.php
+43 −0 mongodb/Monitoring/ServerHeartbeatFailedEvent.php
+31 −0 mongodb/Monitoring/ServerHeartbeatStartedEvent.php
+43 −0 mongodb/Monitoring/ServerHeartbeatSucceededEvent.php
+33 −0 mongodb/Monitoring/ServerOpeningEvent.php
+34 −0 mongodb/Monitoring/TopologyChangedEvent.php
+21 −0 mongodb/Monitoring/TopologyClosedEvent.php
+21 −0 mongodb/Monitoring/TopologyOpeningEvent.php
+2 −3 mongodb/Monitoring/functions.php
+2 −2 mongodb/Query.php
+11 −12 mongodb/ReadConcern.php
+9 −16 mongodb/ReadPreference.php
+37 −72 mongodb/Server.php
+3 −3 mongodb/ServerApi.php
+60 −0 mongodb/ServerDescription.php
+22 −24 mongodb/Session.php
+45 −0 mongodb/TopologyDescription.php
+11 −17 mongodb/WriteConcern.php
+3 −6 mongodb/WriteConcernError.php
+4 −8 mongodb/WriteError.php
+15 −19 mongodb/WriteResult.php
+1 −1 mongodb/mongodb.php
+2 −2 pgsql/pgsql.php
+2 −2 random/random.php
+1 −1 redis/Redis.php
+2 −2 standard/standard_0.php
+1 −1 standard/standard_1.php
+0 −4 tests/Model/PHPClass.php
+2 −2 tests/Model/PHPDocElement.php
+33 −1 tests/Model/PHPFunction.php
+1 −0 tests/Model/PHPMethod.php
+3 −0 tests/Parsers/StubParser.php
+11 −3 tests/StubsMetaExpectedArgumentsTest.php
+3 −4 tests/StubsTypeHintsTest.php
+8 −5 tests/TestData/Providers/Stubs/StubMethodsProvider.php