PHP-Constructor
PHP-Constructor copied to clipboard
PHP Constructor - VSCode Extension
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.2.0 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
The extension will add a constructor with properties but will no longer add additional properties.
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...
When there is a constructor like this: class Test { private $property1; private $property2; public function __construct( $property1, $property2 ) { $this->property1 = $property1; $this->property2 = $property2; } } This...
Thanks for your extension. I have noticed a small issue, when we use different indentation setting for PHP language in config file, the extension is still use editor's value. This...
Hey there, Would you kindly make the extension available on [VSX](https://open-vsx.org/), so we can download it in [VSCodium](https://vscodium.com/)? Thanks.
Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
When using phpConstructor.insert dont work on the file