build: Add phan stub for ReturnTypeWillChange
ReturnTypeWillChange is new in php8.1 Allow to run phan under php80 with a stub Change-Id: Ib84b314bf495634583b625ed8d7530908286e839pull/152/head
parent
d11a785c3b
commit
7534655922
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Stub for PHP 8.1's ReturnTypeWillChange class
|
||||
#[Attribute]
|
||||
class ReturnTypeWillChange {
|
||||
}
|
Loading…
Reference in New Issue