Skip to content

Commit

Permalink
More rich PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 24, 2023
1 parent f67a372 commit cbfb23d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TrinaryLogic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @api
* @see https://en.wikipedia.org/wiki/Three-valued_logic
* @see https://phpstan.org/developing-extensions/trinary-logic
*/
class TrinaryLogic
{
Expand Down
5 changes: 4 additions & 1 deletion src/Type/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
use PHPStan\Type\Generic\TemplateTypeReference;
use PHPStan\Type\Generic\TemplateTypeVariance;

/** @api */
/**
* @api
* @see https://phpstan.org/developing-extensions/type-system
*/
interface Type
{

Expand Down

0 comments on commit cbfb23d

Please sign in to comment.