-
- Downloads
Merge pull request #465 from Ocramius/feature/#463-add-psalm-generic-type-declarations
Introducing initial tentative stub for #463: psalm-specific type declarations
No related branches found
No related tags found
Showing
- .phpstorm.meta.php 46 additions, 0 deletions.phpstorm.meta.php
- .travis.yml 7 additions, 1 deletion.travis.yml
- composer.json 2 additions, 3 deletionscomposer.json
- examples/access-interceptor-scope-localizer.php 26 additions, 23 deletionsexamples/access-interceptor-scope-localizer.php
- examples/ghost-object-skipped-properties.php 39 additions, 27 deletionsexamples/ghost-object-skipped-properties.php
- examples/ghost-object.php 32 additions, 18 deletionsexamples/ghost-object.php
- examples/remote-proxy.php 17 additions, 13 deletionsexamples/remote-proxy.php
- examples/remote-proxy/remote-proxy-server.php 9 additions, 5 deletionsexamples/remote-proxy/remote-proxy-server.php
- examples/smart-reference.php 22 additions, 18 deletionsexamples/smart-reference.php
- examples/virtual-proxy.php 26 additions, 16 deletionsexamples/virtual-proxy.php
- phpcs.xml.dist 4 additions, 0 deletionsphpcs.xml.dist
- phpstan.neon 0 additions, 15 deletionsphpstan.neon
- psalm.xml 62 additions, 0 deletionspsalm.xml
- src/ProxyManager/Autoloader/AutoloaderInterface.php 2 additions, 0 deletionssrc/ProxyManager/Autoloader/AutoloaderInterface.php
- src/ProxyManager/Factory/AbstractBaseFactory.php 16 additions, 4 deletionssrc/ProxyManager/Factory/AbstractBaseFactory.php
- src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php 33 additions, 3 deletions...anager/Factory/AccessInterceptorScopeLocalizerFactory.php
- src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php 35 additions, 3 deletions...xyManager/Factory/AccessInterceptorValueHolderFactory.php
- src/ProxyManager/Factory/LazyLoadingGhostFactory.php 24 additions, 0 deletionssrc/ProxyManager/Factory/LazyLoadingGhostFactory.php
- src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php 26 additions, 1 deletionsrc/ProxyManager/Factory/LazyLoadingValueHolderFactory.php
- src/ProxyManager/Factory/NullObjectFactory.php 15 additions, 0 deletionssrc/ProxyManager/Factory/NullObjectFactory.php
.phpstorm.meta.php
0 → 100644
... | ... | @@ -35,10 +35,9 @@ |
"couscous/couscous": "^1.7.0", | ||
"nikic/php-parser": "^4.2.1", | ||
"phpbench/phpbench": "^0.16.9", | ||
"phpstan/phpstan": "^0.11.4", | ||
"phpstan/phpstan-phpunit": "^0.11", | ||
"infection/infection": "^0.12.2", | ||
"symfony/console": "^4.2.4" | ||
"symfony/console": "^4.2.4", | ||
"vimeo/psalm": "^3.4.0" | ||
}, | ||
"suggest": { | ||
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", | ||
... | ... |
phpstan.neon
deleted
100644 → 0
psalm.xml
0 → 100644
Please register or sign in to comment