Skip to content

Commit

Permalink
Cover more classes and methods with BC promise
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 26, 2021
1 parent c114558 commit d2da81f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Type/Doctrine/ObjectMetadataResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct(
$this->repositoryClass = $repositoryClass;
}

/** @api */
public function getObjectManager(): ?ObjectManager
{
if ($this->objectManager === false) {
Expand Down
1 change: 1 addition & 0 deletions src/Type/Doctrine/Query/QueryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use PHPStan\Type\ObjectType;
use PHPStan\Type\Type;

/** @api */
class QueryType extends ObjectType
{

Expand Down
1 change: 1 addition & 0 deletions src/Type/Doctrine/QueryBuilder/Expr/ExprType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use PHPStan\Type\ObjectType;

/** @api */
class ExprType extends ObjectType
{

Expand Down
1 change: 1 addition & 0 deletions src/Type/Doctrine/QueryBuilder/QueryBuilderType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use PHPStan\Type\ObjectType;
use PHPStan\Type\Type;

/** @api */
abstract class QueryBuilderType extends ObjectType
{

Expand Down

0 comments on commit d2da81f

Please # to comment.