Skip to content

issues Search Results · repo:phpstan/phpstan-doctrine language:PHP

Filter by

323 results
 (51 ms)

323 results

inphpstan/phpstan-doctrine (press backspace or delete to remove)

/** * @ORM\OneToMany(targetEntity= App\QualityCheck\Domain\Model\CheckResult , mappedBy= subnet ) */ private Collection Selectable $qualityCheckResults; 174 Property App\ManagedProxies\Domain\Subnet\Subnet::$qualityCheckResults ...
  • ostrolucky
  • 1
  • Opened 
    1 hour ago
  • #653

I am working on increasing the PHPStan level in some code and CI pipeline. While some issues are not yet fixed I’d like to see the level for each listed error. Being used to Perl’s perlcritic I expected ...
  • dboehmer
  • 1
  • Opened 
    7 days ago
  • #652

When running PHPStan from another vendor than the one the doctrine package is installed it doesn t seem to work as expected. I have created a reproducible repo in https://github.com/andersonamuller/phpstan-doctrine-repro ...
  • andersonamuller
  • 8
  • Opened 
    8 days ago
  • #651

PHP8.4 PHPStan-Doctrine 2.0.2 PHPStan level 4 After resolving #644 (thanks for the quick response!) new fatal issues arose. - MongoClassMetadataInfo.stub line 40 - ClassMetadataInfo.stub line 59 ...
  • mroeling
  • Opened 
    on Mar 3
  • #646

Current phpstan doctrine error prevents moving forward to php8.4. No error in php8.3. Line 45: Deprecated in PHP 8.4: Parameter #2 $orderBy (array) is implicitly nullable via default value null. https://github.com/phpstan/phpstan-doctrine/blob/815d5ae40ffe3a7788df1cd557e30e474f3aba1c/stubs/EntityRepository.stub#L45 ...
  • mroeling
  • Opened 
    on Mar 3
  • #644

see: this discussion and @ondrejmirtes s response. CODE /** * @template TypeEntity of AbstractThisEntity * @extends EntityRepository TypeEntity */ abstract class AbstractThisRepository extends EntityRepository ...
  • arderyp
  • Opened 
    on Feb 21
  • #643

I don t know if it s out of scope here, but it would be nice, if the query builder methods from https://github.com/doctrine-extensions/DoctrineExtensions could be supported out of the box (avoiding doctrine.queryBuilderDynamic). ...
  • gharlan
  • 2
  • Opened 
    on Feb 17
  • #642

The following query builder where clause will always evaluate to true, as in SQL col = null is always evaluated to true $querybuilder - select( f ) - from( foo , f ) - where( f.bar = :bar ) - ...
  • Bart-Westenenk
  • Opened 
    on Feb 1
  • #641

I think right now nest/carbon has a security risk and phpstan-doctrine uses it Found 1 security vulnerability advisory affecting 1 package: +-------------------+----------------------------------------------------------------------------------+ ...
  • musahcoding
  • 3
  • Opened 
    on Jan 28
  • #640

I ve got a symfony bundle that contains a couple of entities to be used in an application. Basically I get 2 errors: Class MyEntity has an uninitialized readonly property $id. Assign it in the constructor. ...
  • doppynl
  • 2
  • Opened 
    on Jan 17
  • #638
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub