File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " >=8.0 <8.2" ,
19
- "nette/utils" : " ^3.2 || ^4.0"
19
+ "nette/utils" : " ^3.2.7 || ^4.0"
20
20
},
21
21
"require-dev" : {
22
22
"nette/tester" : " ^2.4" ,
Original file line number Diff line number Diff line change 15
15
/**
16
16
* Class/Interface/Trait/Enum description.
17
17
*
18
- * @property Method[] $methods
19
- * @property Property[] $properties
18
+ * @property-deprecated Method[] $methods
19
+ * @property-deprecated Property[] $properties
20
20
*/
21
21
final class ClassType
22
22
{
Original file line number Diff line number Diff line change 15
15
/**
16
16
* Closure.
17
17
*
18
- * @property string $body
18
+ * @property-deprecated string $body
19
19
*/
20
20
final class Closure
21
21
{
Original file line number Diff line number Diff line change 15
15
/**
16
16
* Global function.
17
17
*
18
- * @property string $body
18
+ * @property-deprecated string $body
19
19
*/
20
20
final class GlobalFunction
21
21
{
Original file line number Diff line number Diff line change 15
15
/**
16
16
* Class method.
17
17
*
18
- * @property string|null $body
18
+ * @property-deprecated string|null $body
19
19
*/
20
20
final class Method
21
21
{
Original file line number Diff line number Diff line change 16
16
/**
17
17
* Function/Method parameter description.
18
18
*
19
- * @property mixed $defaultValue
19
+ * @property-deprecated mixed $defaultValue
20
20
*/
21
21
class Parameter
22
22
{
Original file line number Diff line number Diff line change 16
16
/**
17
17
* Class property description.
18
18
*
19
- * @property mixed $value
19
+ * @property-deprecated mixed $value
20
20
*/
21
21
final class Property
22
22
{
You can’t perform that action at this time.
0 commit comments