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 6db2fab commit 271f393Copy full SHA for 271f393
pint.json
@@ -1,6 +1,7 @@
1
{
2
"preset": "psr12",
3
"exclude": ["tests/Commands/__snapshots__/files"],
4
+ "notName": ["MakeSpecificationCommand.php"],
5
"rules": {
6
"align_multiline_comment": true,
7
"array_indentation": true,
src/Commands/MakeSpecificationCommand.php
@@ -14,7 +14,10 @@
14
)]
15
final class MakeSpecificationCommand extends GeneratorCommand
16
17
- protected string $type = 'Specification';
+ /**
18
+ * @var string
19
+ */
20
+ protected $type = 'Specification';
21
22
protected function getStub(): string
23
0 commit comments