Skip to content

Commit a0b2840

Browse files
committed
In: add types
1 parent 3ab3c08 commit a0b2840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/PHPDraft/In/ApibFileParser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ class ApibFileParser
2222
*
2323
* @var string
2424
*/
25-
protected $full_apib;
25+
protected string $full_apib;
2626

2727
/**
2828
* Location of the API Blueprint to parse.
2929
*
3030
* @var string
3131
*/
32-
protected $location;
32+
protected string $location;
3333

3434
/**
3535
* Filename to parse.
3636
*
3737
* @var string
3838
*/
39-
private $filename;
39+
private string $filename;
4040

4141
/**
4242
* FileParser constructor.

0 commit comments

Comments
 (0)