Skip to content

Commit

Permalink
Merge pull request JetBrains#723 from isfedorov/master
Browse files Browse the repository at this point in the history
add lzf to pecl map
  • Loading branch information
isfedorov authored Dec 23, 2019
2 parents 932eddb + 722428c commit 2a3c765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestData/Providers/PhpCoreStubsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class PhpCoreStubsProvider
'inotify',
'libevent',
'leveldb',
'lzf',
'mailparse',
'memcache',
'memcached',
Expand Down Expand Up @@ -141,6 +142,9 @@ class PhpCoreStubsProvider
]
];

/**
* @return string[]
*/
public static function getCoreStubsDirectories(): array
{
$coreStubs[] = self::$StubDirectoryMap['CORE'];
Expand Down

0 comments on commit 2a3c765

Please sign in to comment.