Skip to content

Commit 055c4de

Browse files
committed
Merge remote-tracking branch 'origin/main' into Make_Php_5.3_Compatible
# Conflicts: # .gitignore # Php81.php # README.md # bootstrap.php # composer.json
2 parents 37d097e + 9d6766b commit 055c4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/stubs/ReturnTypeWillChange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
if (\PHP_VERSION_ID < 80100) {
4-
#[Attribute(Attribute::TARGET_METHOD)]
4+
#[\Attribute(\Attribute::TARGET_METHOD)]
55
final class ReturnTypeWillChange
66
{
77
public function __construct()

0 commit comments

Comments
 (0)