forked from rmunate/PHP2JS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rmunate
authored and
rmunate
committed
Dec 10, 2023
1 parent
1a0adb5
commit c7e4093
Showing
5 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
includes: | ||
- vendor/phpstan/phpstan/conf/bleedingEdge.neon | ||
parameters: | ||
paths: | ||
- src/ | ||
level: 5 | ||
ignoreErrors: | ||
- message: '#Unsafe usage of new static\(\)#' | ||
- message: '#Function response not found.#' | ||
- message: '#Function view not found.#' | ||
excludePaths: | ||
- 'src/Macros/Php2JsServiceProvider.php' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ class Generator extends BaseGenerator | |
{ | ||
use Alias; | ||
|
||
private $alias; | ||
|
||
/** | ||
* Constructor. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters