Skip to content

Commit 3d327a8

Browse files
committed
fix
1 parent d1032df commit 3d327a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PHPStan/Analyser/nsrt/remember-nullable-property-non-strict.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface ObjectDataMapper
1717
*
1818
* @return OutType
1919
*
20-
* @throws DataMappingException
20+
* @throws \Exception
2121
*/
2222
public function map(string $class, $data): object;
2323
}

tests/PHPStan/Rules/Comparison/data/bug-12946.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.1
22

33
namespace Bug12946;
44

0 commit comments

Comments
 (0)