Skip to content

Commit

Permalink
Updated composer.lock
Browse files Browse the repository at this point in the history
  jetbrains/phpstorm-stubs 4c8579a5..40d569b2

    [2018-10-05 19:47:32] 98b5d94b sjlehn Add docs for mysqli_result close and free_result
    [2019-09-12 18:26:49] 4cf0ab5b web-flow password_hash can return null
    [2019-09-17 15:47:17] a7554468 <???> Add mysqli extension to the reference Docker image + fix all failures
    [2019-09-17 15:49:43] 8f55cf5a <???> Provide an updated map
    [2019-09-17 16:40:05] 4bd6fa12 <???> Enable all easy to install extensions + fix stubs according to new tests
    [2019-09-17 16:49:02] 0828e8e1 <???> Update libraries
    [2019-09-18 11:59:28] ad0b31e2 <???> Fix parsing of constants with negative value, add missing constants, fix constant values
    [2019-09-18 14:17:14] 49c41666 <???> Fix test for parent interfaces + fix all mongodb interfaces
    [2019-09-18 14:17:37] 42746516 <???> Fix stubs according to new tests
    [2019-09-18 14:39:59] f3a010af <???> Add new extensions + fixes for them
    [2019-09-20 11:31:20] 485c2da9 web-flow Add missing Rdkafka\Message::$len property  Source code that proves that this prope...
    [2019-09-24 16:34:56] 8e545a4c web-flow sha1/md5 default values  value of `$raw_output` is `false` by default    https://gi...
    [2019-09-25 08:06:40] f2912734 zonuexe round(), floor() and ceil() return float or false  These functions return `FALSE` va...
    [2019-10-01 09:37:10] 263786eb web-flow Update stubs for PHP 7.2 (#662)  * WI-37330 Update stubs for PHP 7.2    https://git...
    [2019-10-01 18:46:04] cb148bd0 web-flow Updating default value of intval 2nd parameter  The default of the second parameter...
    [2019-10-02 10:11:55] 08ea0a36 web-flow add @throws to the mongodb  adding @throws to the mongodb/Manager::executeBulkWrite...
    [2019-10-02 13:14:57] ed0b51f9 SvetlanaZem Don't use bugfix number in deprecation tag
    [2019-10-08 12:42:03] a2aef047 andrey-sokolov Non-recurrect true and false constants declaration
    [2019-10-11 20:32:41] e1273310 sjlehn Add since and link tags to session_create_id
    [2019-10-14 10:53:43] 9b3b8398 luzat Fix mb_ereg and mb_eregi reference parameters  Closes #WI-30806.
    [2019-10-14 11:19:43] cdb92e37 <???> Add deprecation for inheritor of `Reflector` interface Fixes WI-48755
    [2019-10-14 13:29:38] 161bbd95 terdia Fixes incorrect signature of preg_split in pcre.php
    [2019-10-14 17:01:15] d1ea83ed <???> Fix indentation
    [2019-10-14 19:57:33] 3ff179fc alister Update - Stubs: Out of date definition for E_ALL.  Closes WI-39737
    [2019-10-14 20:15:19] debaf802 alister DATE_COOKIE-definition-is-incorrect  DateTime::COOKIE is the same value.  Closes WI-...
    [2019-10-14 20:22:50] d9aafe9b alister Value has been fixed.
    [2019-10-14 20:27:40] e6b69b34 alister Value has been fixed, do not mute.
    [2019-10-14 23:10:02] 9cdd45e8 web-flow Fix docblock alignment in SPL_c1
    [2019-10-15 08:58:11] 4df66729 maciejlew Fix SplFileObject::fwrite docs
    [2019-10-15 13:19:09] 84d306ab luzat Replace mixed return types in Core.  Part of WI-32359. Also allows null parameter for ...

  phpactor/code-transform 0cf4f200..f50f1563

    [2019-10-13 16:39:24] 0420e6fb web-flow Use existing version of worse reflection
    [2019-10-14 08:01:54] 69ab60fb dantleech Failing test for finding interesting method call
    [2019-10-14 17:50:10] 3c61923a dantleech Use the original offset if it's interesting

  phpactor/map-resolver 6c467a07..21ef588c

    [2019-08-24 14:04:06] 80ca04e6 dantleech Update LICENSE
    [2019-09-29 10:27:43] c9a8d6fb dantleech Merge required
    [2019-09-29 10:30:30] 21ef588c dantleech Adds test
  • Loading branch information
dantleech committed Oct 15, 2019
1 parent cd5ce38 commit 3ddb0ce
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 137 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog

Features:

- [context-menu] Invoke menu for the nearest actionable node (i.e. you can
invoke the context menu on whitespace now) - @elythyr
- [class-mover] Jump to interface implementation

Bug fix:
Expand Down

0 comments on commit 3ddb0ce

Please sign in to comment.