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