phpdoc-to-typehint:使用PHPDoc批注添加标量类型提示并向现有PHP项目返回类型

时间:2024-05-12 17:33:47
【文件属性】:

文件名称:phpdoc-to-typehint:使用PHPDoc批注添加标量类型提示并向现有PHP项目返回类型

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-12 17:33:47

php coding-standards phpdoc cs php-7

PHPDoc键入提示 已封存! 该存储库现已存档。 考虑使用 (尤其是phpdoc_to_param_type和phpdoc_to_return_type规则)或 。 phpdoc-to-typehint使用现有PHPDoc注释自动将标量类型提示和返回类型添加到PHP项目的所有函数和方法中。 警告:该项目是开发的早期阶段。 它可能会损坏您的代码。 确保在运行此命令之前进行备份,然后再运行测试套件。 请使用此工具发现的任何错误。 安装和使用 运行php phpdoc-to-typehint.phar 您的项目应具有标量类型提示和返回类型声明。 前: <?php /** * @param int|null $a * @param string $b * * @return float */ function bar (


【文件预览】:
phpdoc-to-typehint-master
----composer.json(721B)
----.travis.yml(1KB)
----box.json(497B)
----bin()
--------phpdoc-to-typehint(1KB)
----composer.lock(52KB)
----tests()
--------Fixtures()
--------ConverterTest.php(3KB)
--------Results()
----LICENSE(1KB)
----src()
--------Converter.php(19KB)
--------ConvertCommand.php(3KB)
--------Application.php(1KB)
----.gitignore(34B)
----README.md(2KB)

网友评论