Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Jan 1, 2024
1 parent 443544e commit 884f142
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 255 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Theme Json Generator
theme.schema.json

# Directory
/vendor/
/_others/
Expand Down
16 changes: 16 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace PHPSTORM_META {

$STATIC_METHOD_TYPES = [
\Auryn\Injector::make("") => [
"" == "@",
],
\ItalyStrap\Empress\Injector::make("") => [
"" == "@",
],
\Psr\Container\ContainerInterface::get("") => [
"" == "@",
],
];
}
Loading

0 comments on commit 884f142

Please sign in to comment.