Skip to content

Commit fc104a4

Browse files
committed
is_resource: remove type specification
1 parent 080280f commit fc104a4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stubs/typeCheckingFunctions.stub

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,6 @@ function is_long(mixed $value): bool
104104

105105
}
106106

107-
/**
108-
* @phpstan-assert-if-true resource $value
109-
* @return bool
110-
*/
111-
function is_resource(mixed $value): bool
112-
{
113-
114-
}
115-
116107
/**
117108
* @return ($value is array ? true : false)
118109
*/

0 commit comments

Comments
 (0)