Skip to content

Commit d60a8d7

Browse files
committed
Update stubs
1 parent 2802b16 commit d60a8d7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Php8StubsMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,7 @@ public function __construct(int $phpVersionId)
27282728
'datemalformedstringexception' => 'stubs/ext/date/DateMalformedStringException.php',
27292729
'dateobjecterror' => 'stubs/ext/date/DateObjectError.php',
27302730
'daterangeerror' => 'stubs/ext/date/DateRangeError.php',
2731+
'override' => 'stubs/Zend/Override.php',
27312732
]);
27322733

27332734
$functions = \array_merge($functions, [

stubs/Zend/Override.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
/**
4+
* @strict-properties
5+
*/
6+
#[\Attribute(Attribute::TARGET_METHOD)]
7+
#[\Since('8.3')]
8+
final class Override
9+
{
10+
public function __construct()
11+
{
12+
}
13+
}

0 commit comments

Comments
 (0)