Skip to content

Commit

Permalink
fix map
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed May 22, 2024
1 parent e107acb commit 42e8c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhpStormStubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ final class PhpStormStubsMap
'RegexIterator' => 'SPL/SPL.php',
'Relay\\Cluster' => 'relay/Cluster.php',
'Relay\\Event' => 'relay/Event.php',
'Relay\\Event\\Invalidated' => 'relay/Events.php',
'Relay\\Event\\Flushed' => 'relay/Events.php',
'Relay\\Event\\Invalidated' => 'relay/Events.php',
'Relay\\Exception' => 'relay/Exception.php',
'Relay\\KeyType' => 'relay/KeyType.php',
'Relay\\Relay' => 'relay/Relay.php',
Expand Down Expand Up @@ -14370,4 +14370,4 @@ final class PhpStormStubsMap
'yaf_err_type_error' => 'yaf/yaf.php',
'yaf_version' => 'yaf/yaf.php',
);
}
}

0 comments on commit 42e8c90

Please sign in to comment.