Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into Make_Php_5.3_Compatible
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
#	Php81.php
#	README.md
#	bootstrap.php
#	composer.json
  • Loading branch information
jack-worman committed Jan 19, 2022
2 parents 37d097e + 9d6766b commit 055c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/stubs/ReturnTypeWillChange.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

if (\PHP_VERSION_ID < 80100) {
#[Attribute(Attribute::TARGET_METHOD)]
#[\Attribute(\Attribute::TARGET_METHOD)]
final class ReturnTypeWillChange
{
public function __construct()
Expand Down

0 comments on commit 055c4de

Please sign in to comment.