File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
10
10
*
11
- * @link http ://phpdoc.org
11
+ * @link https ://phpdoc.org
12
12
*/
13
13
14
14
namespace phpDocumentor \Reflection \PseudoTypes ;
15
15
16
16
use phpDocumentor \Reflection \PseudoType ;
17
17
use phpDocumentor \Reflection \Type ;
18
18
use phpDocumentor \Reflection \Types \Boolean ;
19
+ use function class_alias ;
19
20
20
21
/**
21
22
* Value Object representing the PseudoType 'False', which is a Boolean type.
@@ -35,4 +36,4 @@ public function __toString() : string
35
36
}
36
37
}
37
38
38
- class_alias ('\phpDocumentor\Reflection\PseudoTypes\False_ ' , 'phpDocumentor\Reflection\Types\False_ ' , false );
39
+ class_alias ('\phpDocumentor\Reflection\PseudoTypes\False_ ' , 'phpDocumentor\Reflection\Types\False_ ' , false );
Original file line number Diff line number Diff line change 8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
10
10
*
11
- * @link http ://phpdoc.org
11
+ * @link https ://phpdoc.org
12
12
*/
13
13
14
14
namespace phpDocumentor \Reflection \PseudoTypes ;
15
15
16
16
use phpDocumentor \Reflection \PseudoType ;
17
17
use phpDocumentor \Reflection \Type ;
18
18
use phpDocumentor \Reflection \Types \Boolean ;
19
+ use function class_alias ;
19
20
20
21
/**
21
22
* Value Object representing the PseudoType 'False', which is a Boolean type.
@@ -35,4 +36,4 @@ public function __toString() : string
35
36
}
36
37
}
37
38
38
- class_alias ('\phpDocumentor\Reflection\PseudoTypes\True_ ' , 'phpDocumentor\Reflection\Types\True_ ' , false );
39
+ class_alias ('\phpDocumentor\Reflection\PseudoTypes\True_ ' , 'phpDocumentor\Reflection\Types\True_ ' , false );
You can’t perform that action at this time.
0 commit comments