Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 6, 2024
2 parents 55ff7b7 + c7b7e7f commit 1ef4dce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Symfony/ParameterDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace PHPStan\Symfony;

/**
* @api
*/
interface ParameterDefinition
{

Expand Down
3 changes: 3 additions & 0 deletions src/Symfony/ParameterMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use PhpParser\Node\Expr;
use PHPStan\Analyser\Scope;

/**
* @api
*/
interface ParameterMap
{

Expand Down
3 changes: 3 additions & 0 deletions src/Symfony/ServiceDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace PHPStan\Symfony;

/**
* @api
*/
interface ServiceDefinition
{

Expand Down
3 changes: 3 additions & 0 deletions src/Symfony/ServiceMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use PhpParser\Node\Expr;
use PHPStan\Analyser\Scope;

/**
* @api
*/
interface ServiceMap
{

Expand Down

0 comments on commit 1ef4dce

Please sign in to comment.