Skip to content

Commit

Permalink
Fix autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Aug 9, 2023
1 parent 7db5c1c commit 6eeafd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/generate-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public function $name(
}
namespace SDL\Serafim {
namespace Serafim\SDL {
$exportAutocompletion
Expand Down
8 changes: 4 additions & 4 deletions resources/.phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PHPSTORM_META {

registerArgumentsSet('sdl_types',
registerArgumentsSet('sdl_types',
'void *',
'bool',
'float',
Expand Down Expand Up @@ -3819,9 +3819,9 @@ final class SDL_Locale

}

namespace SDL\Serafim {
namespace Serafim\SDL {



interface SDL
{
/**
Expand Down Expand Up @@ -9557,4 +9557,4 @@ public function SDL_Quit(): \FFI\CData|null;

}

}
}

0 comments on commit 6eeafd8

Please sign in to comment.