mirror of
https://github.com/danog/psalm.git
synced 2025-01-07 13:42:11 +01:00
11 lines
147 B
PHP
11 lines
147 B
PHP
|
<?php
|
||
|
|
||
|
namespace Psalm\Internal\Scanner\UnresolvedConstant;
|
||
|
|
||
|
/**
|
||
|
* @psalm-immutable
|
||
|
*/
|
||
|
class UnresolvedBitwiseAnd extends UnresolvedBinaryOp
|
||
|
{
|
||
|
}
|