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 3ab3c08 commit a0b2840Copy full SHA for a0b2840
src/PHPDraft/In/ApibFileParser.php
@@ -22,21 +22,21 @@ class ApibFileParser
22
*
23
* @var string
24
*/
25
- protected $full_apib;
+ protected string $full_apib;
26
27
/**
28
* Location of the API Blueprint to parse.
29
30
31
32
- protected $location;
+ protected string $location;
33
34
35
* Filename to parse.
36
37
38
39
- private $filename;
+ private string $filename;
40
41
42
* FileParser constructor.
0 commit comments