Skip to content

Commit

Permalink
Add stub for zookeeper extension
Browse files Browse the repository at this point in the history
  • Loading branch information
D.H.J. Takken committed Jul 18, 2019
1 parent f161ec3 commit 8c22e0f
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PhpStormStubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,14 @@ final class PhpStormStubsMap
'ZendAPI_Job' => 'zend/zend.php',
'ZendAPI_Queue' => 'zend/zend.php',
'ZipArchive' => 'zip/zip.php',
'Zookeeper' => 'zookeeper/zookeeper.php',
'ZookeeperAuthenticationException' => 'zookeeper/zookeeper.php',
'ZookeeperConnectionException' => 'zookeeper/zookeeper.php',
'ZookeeperException' => 'zookeeper/zookeeper.php',
'ZookeeperMarshallingException' => 'zookeeper/zookeeper.php',
'ZookeeperNoNodeException' => 'zookeeper/zookeeper.php',
'ZookeeperOperationTimeoutException' => 'zookeeper/zookeeper.php',
'ZookeeperSessionException' => 'zookeeper/zookeeper.php',
'__PHP_Incomplete_Class' => 'standard/standard_0.php',
'___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_static' => 'standard/_types.php',
'___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_this' => 'standard/_types.php',
Expand Down
Loading

0 comments on commit 8c22e0f

Please sign in to comment.