We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88bf46 commit 5d82f79Copy full SHA for 5d82f79
src/PseudoTypes/False_.php
@@ -19,6 +19,8 @@
19
20
/**
21
* Value Object representing the PseudoType 'False', which is a Boolean type.
22
+ *
23
+ * @psalm-immutable
24
*/
25
final class False_ extends Boolean implements PseudoType
26
{
src/PseudoTypes/True_.php
@@ -8,7 +8,7 @@
8
* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
*
11
- * @link http://phpdoc.org
+ * @link http://phpdoc.org
12
13
14
namespace phpDocumentor\Reflection\PseudoTypes;
final class True_ extends Boolean implements PseudoType
0 commit comments