Commit Graph
742 Commits
Author SHA1 Message Date
Lars Moelleken 2e6cecb9ef Param: do not resolve types if it's not possible
-> https://travis-ci.org/github/JetBrains/phpstorm-stubs/builds/723069982

-> https://github.com/JetBrains/phpstorm-stubs/pull/892
2020-09-01 17:52:33 +02:00
Jaap van Otterdijk 13d9a6bb0b Merge pull request #239 from Kasp42/patch-1
Update Link.php
2020-08-22 09:19:02 +02:00
dependabot[bot] 5ac2a85049 Merge pull request #252 from phpDocumentor/dependabot/composer/mockery/mockery-1.3.3 2020-08-22 07:18:24 +00:00
Jaap van Otterdijk 699b11ee4b Merge pull request #253 from voku/fix_issue_251
Param: fix phpdoc with reference hint
2020-08-22 08:59:18 +02:00
Lars Moelleken 3d38a9c3bb Param: fix phpdoc with reference hint (code style fixes v2) 2020-08-18 09:53:22 +02:00
Lars Moelleken b5f863d3da Param: fix phpdoc with reference hint (code style fixes) 2020-08-18 09:48:21 +02:00
Lars Moelleken 443d86e18e Param: fix phpdoc with reference hint
fix issue #251
2020-08-17 23:44:09 +02:00
dependabot[bot] 9281cf91b9 Bump mockery/mockery from 1.3.2 to 1.3.3
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.3.3/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.3.2...1.3.3)

Signed-off-by: dependabot[bot] <[email protected]>
2020-08-17 06:18:41 +00:00
Jaap van Otterdijk f3ab30788f Merge pull request #247 from phpDocumentor/safe_preg_split
Introduce safe preg_split
2020-08-15 14:16:28 +02:00
Jaapio 690d9cd45f Introduce safe preg_split
Removes the need for extra assertions which makes the code
more readable, and reduces the overhead of an is_array check.
2020-08-15 14:06:55 +02:00
Jaap van Otterdijk d870572532 Merge pull request #250 from phpDocumentor/fix/modified-backtrace-arguments
Fix issue with modified backtrace
2020-08-15 13:14:08 +02:00
Jaapio 584a54ca0d Bump phpunit 2020-08-12 19:52:10 +02:00
Jaapio 6ff90eb7bd Fix issue with modified backtrace
php allows the backtrace arguments to be modified via the
backtrace. By using array_map we make sure that we do not overwrite
references.
2020-08-12 18:07:00 +02:00
Jaapio f0af3b7263 Add more tests 2020-08-12 15:27:12 +02:00
Jaapio 1ac416df3f Ensure docblock defaults 2020-07-21 10:16:41 +02:00
Jaap van Otterdijk 3170448f57 Merge pull request #246 from phpDocumentor/php72/phpunit8
update to phpunit 9.2
2020-07-20 22:05:34 +02:00
Jaapio a77432fbb0 update to phpunit 9.2
phpunit 9.2 is the latests version but not supported on php 7.2
we are supporting php 7.2 for now, so downgrade for that purpose
2020-07-20 21:59:04 +02:00
Jaapio 5316142b0f Install tools per step to prevent errors 2020-07-20 21:38:19 +02:00
Jaapio 2b7f96583d Enable php8 in build matrix 2020-07-20 21:27:58 +02:00
Jaapio 9781068ce1 Move away from phropecy since it is not php8 ready 2020-07-20 21:20:51 +02:00
Jaap van Otterdijk eb3320ef01 Merge pull request #244 from GrahamCampbell/patch-1
Fix PHP 8.0 support
2020-07-09 14:42:26 +02:00
Graham Campbell 44319e2691 Fixed PHP 8.0 builds 2020-07-09 09:38:20 +01:00
Jaap van Otterdijk 7c87da1725 Merge pull request #240 from DerManoMann/reflectionparameter-getclass-deprecated-php8
Use ReflectionParameter::getType() instead of getClass()
2020-07-07 16:44:20 +02:00
Martin Rademacher 321abc52ae Handle typehint value 'self' 2020-07-07 11:00:15 +12:00
Martin Rademacher 65a85616f4 Use ReflectionParameter::getType() instead of getClass()
`iReflectionParameter::getClass()` is deprecated as of PHP 8 and will
trigger a warning.
2020-07-06 17:20:21 +12:00
Jaapio 41f77e8697 Remove phpstan from phive 2020-07-03 08:45:43 +02:00
Jaapio cbe141db0f Update phpstan 2020-07-03 08:40:40 +02:00
Vladislav Kobzev 1be15702a5 Update Link.php 2020-07-01 16:10:10 +03:00
Jaapio 664187301b Downgrade mockery 2020-06-27 19:33:53 +02:00
Jaapio 70745c7dcb Bump dependencies 2020-06-27 17:54:35 +02:00
Jaapio da1c4e7d06 Remove unused dependency 2020-06-27 16:46:17 +02:00
Jaap van Otterdijk 04ad1dd646 Merge pull request #237 from phpDocumentor/php-8
Add php 8 to build matrix
2020-06-27 14:58:06 +02:00
Jaapio cfd5b88569 Allow this package on php8 2020-06-27 14:48:53 +02:00
Jaapio acd4c1fc9d Add php 8 to build matrix 2020-06-27 14:43:28 +02:00
Jaap van Otterdijk adacaaab2f Merge pull request #235 from phpDocumentor/dependabot/github_actions/phpDocumentor/phpstan-ga-0.12.9
Bump phpDocumentor/phpstan-ga from 0.12.3 to 0.12.9
2020-06-27 14:32:41 +02:00
Jaap van Otterdijk dcb2e76f35 Merge pull request #234 from phpDocumentor/dependabot/github_actions/actions/cache-v2
Bump actions/cache from v1 to v2
2020-06-27 14:30:53 +02:00
dependabot[bot] 275c80691b Bump phpDocumentor/phpstan-ga from 0.12.3 to 0.12.9
Bumps [phpDocumentor/phpstan-ga](https://github.com/phpDocumentor/phpstan-ga) from 0.12.3 to 0.12.9.
- [Release notes](https://github.com/phpDocumentor/phpstan-ga/releases)
- [Commits](https://github.com/phpDocumentor/phpstan-ga/compare/0.12.3...6c5df17f25d143e917106d8241f8ec033209cdde)

Signed-off-by: dependabot[bot] <[email protected]>
2020-06-27 12:21:29 +00:00
dependabot[bot] 31687bf357 Bump actions/cache from v1 to v2
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa)

Signed-off-by: dependabot[bot] <[email protected]>
2020-06-27 12:21:29 +00:00
Jaapio 2e17bb199a Add github actions to dependabot 2020-06-27 14:20:56 +02:00
Jaap van Otterdijk e3120da3fa Merge pull request #224 from phpDocumentor/dependabot/composer/doctrine/instantiator-1.3.1
Bump doctrine/instantiator from 1.3.0 to 1.3.1
2020-06-27 13:57:32 +02:00
Jaap van Otterdijk 9bdb16165f Merge pull request #232 from phpDocumentor/dependabot/composer/phpdocumentor/type-resolver-1.3.0
Bump phpdocumentor/type-resolver from 1.0.1 to 1.3.0
2020-06-27 13:57:03 +02:00
Jaap van Otterdijk 9323ba40c1 Merge pull request #231 from phpDocumentor/dependabot/composer/phpdocumentor/reflection-common-2.2.0
Bump phpdocumentor/reflection-common from 2.0.0 to 2.2.0
2020-06-27 13:56:39 +02:00
Jaap van Otterdijk b1d4733ab7 Merge pull request #228 from phpDocumentor/dependabot/add-v2-config-file
Update Dependabot config file
2020-06-27 13:56:00 +02:00
dependabot-preview[bot] 31fa427e86 Bump doctrine/instantiator from 1.3.0 to 1.3.1
Bumps [doctrine/instantiator](https://github.com/doctrine/instantiator) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/doctrine/instantiator/releases)
- [Commits](https://github.com/doctrine/instantiator/compare/1.3.0...1.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
2020-06-27 11:37:42 +00:00
dependabot-preview[bot] 805f40f6fa Bump phpdocumentor/type-resolver from 1.0.1 to 1.3.0
Bumps [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) from 1.0.1 to 1.3.0.
- [Release notes](https://github.com/phpDocumentor/TypeResolver/releases)
- [Commits](https://github.com/phpDocumentor/TypeResolver/compare/1.0.1...1.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
2020-06-27 11:35:15 +00:00
dependabot-preview[bot] 3db3b4d9d4 Bump phpdocumentor/reflection-common from 2.0.0 to 2.2.0
Bumps [phpdocumentor/reflection-common](https://github.com/phpDocumentor/ReflectionCommon) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/phpDocumentor/ReflectionCommon/releases)
- [Commits](https://github.com/phpDocumentor/ReflectionCommon/compare/2.0.0...2.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
2020-06-27 11:33:57 +00:00
Jaap van Otterdijk 7854965c2c Merge pull request #225 from GrahamCampbell/patch-1
Removed unnecessary version constraint
2020-06-27 13:33:48 +02:00
Jaapio a93d44f1e1 Add psalm key 2020-06-27 13:25:20 +02:00
Jaapio 4d1a808f18 Bump qa tools 2020-06-27 13:19:36 +02:00
dependabot-preview[bot] beaae59675 Update Dependabot config file 2020-06-19 19:32:10 +00:00