issues Search Results · repo:phpstan/phpdoc-parser language:PHP
Filter by
0 results
(78 ms)0 results
inphpstan/phpdoc-parser (press backspace or delete to remove)I would expect an error or stdClass|(Iterator Throwable), since and usually has higher precedence than or.
vudaltsov
- 1
- Opened 4 days ago
- #271
Thanks for the great work. I am hitting one wall in a project currently:
How can I get the uses tag values when the docblock comment is directly annotating the use as in the documentation:
/** @template ...
distantnative
- 4
- Opened on Mar 1
- #269
I m running into the following error:
Undefined constant PHPStan\PhpDocParser\Ast\Type\ArrayShapeNode::KIND_NON_EMPTY_ARRAY
on phpstan/phpdoc-parser/src/Parser/TypeParser.php:204.
Reproducible for me ...
distantnative
- 3
- Opened on Feb 26
- #268
Hello 👋🏽
I m in the process of upgrading to PHPStan 2 in one of the projects. And I encountered this error:
https://phpstan.org/r/7a632bcd-839c-4fa9-b212-45a77a33d5f7
It was working in PHPStan 1.12.x ...
canvural
- 3
- Opened on Feb 25
- #267
We have some (mostly legacy) code which makes use of inline PHPDoc tags within other tags, for example the @copyright
line in the following example contains an inline @link tag:
/**
* Unit tests for ...
andrewnicols
- 2
- Opened on Jan 15
- #261
Given the following code:
/**
* @\Doctrine\ORM\Mapping\Entity()
* @\Doctrine\ORM\Mapping\Table( user , indexes={
* @\Doctrine\ORM\Mapping\Index(name= name_index , columns={ name }),
* @\Doctrine\ORM\Mapping\Index(name= ...
samsonasik
- 2
- Opened on Nov 19, 2024
- #260
Had an empty line between properties of a large object, but phpdoc-parser cannot parse it.
https://phpstan.org/r/c23f2e88-4908-481c-9a14-f1caa68b8e5e
M393
- 3
- Opened on Nov 12, 2024
- #258
Too few arguments to function PHPStan\PhpDocParser\Lexer\Lexer::__construct(), 0 passed in
/app/vendor/symfony/type-info/TypeResolver/StringTypeResolver.php on line 66 and exactly 1 expected
occurs in ...
bh-teufels
- 2
- Opened on Nov 12, 2024
- #257
Bug report
Hello,
First, congratulations on the release of PHPStan 2.0! I was testing it on my project and noticed that PHPStan now
detects an error with PHPMD-specific suppression rules.
As you can ...
GErpeldinger
- 8
- Opened on Nov 11, 2024
- #256
I noticed something odd.
$input = array{states: array{ Hello World : int}} ;
$expected = array{states: array{ Hello World : int}} ;
$lexer = new Lexer();
$constExprParser = new ConstExprParser(true, ...
ruudk
- 4
- Opened on Sep 6, 2024
- #251

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.