Skip to content

Commit b4dde73

Browse files
committed
Apply phpcs
1 parent 13742b2 commit b4dde73

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/ApplicationCreateInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public static function extensions(array $with = [], array $except = []): iterabl
168168
{
169169
/**
170170
* @var ExtensionProviderInterface<Application> $extension
171+
*
171172
* @phpstan-ignore-next-line PHPStan does not support this constant
172173
*/
173174
foreach (self::DEFAULT_APPLICATION_EXTENSIONS as $extension) {

src/WebView/WebViewCreateInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public static function extensions(array $with = [], array $except = []): iterabl
180180
{
181181
/**
182182
* @var ExtensionProviderInterface<WebView> $extension
183+
*
183184
* @phpstan-ignore-next-line PHPStan does not support this constant
184185
*/
185186
foreach (self::DEFAULT_WEBVIEW_EXTENSIONS as $extension) {

src/Window/WindowCreateInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public static function extensions(array $with = [], array $except = []): iterabl
133133
{
134134
/**
135135
* @var ExtensionProviderInterface<Window> $extension
136+
*
136137
* @phpstan-ignore-next-line PHPStan does not support this constant
137138
*/
138139
foreach (self::DEFAULT_WINDOW_EXTENSIONS as $extension) {

0 commit comments

Comments
 (0)