Skip to content

Commit bec8f0b

Browse files
Sync
1 parent 6ef340a commit bec8f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Framework/Assert/Functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ function assertIsResource($actual, string $message = ''): void
12961296
}
12971297

12981298
/**
1299-
* Asserts that a variable is of type resource (closed).
1299+
* Asserts that a variable is of type resource and is closed.
13001300
*
13011301
* @throws ExpectationFailedException
13021302
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
@@ -1476,7 +1476,7 @@ function assertIsNotResource($actual, string $message = ''): void
14761476
}
14771477

14781478
/**
1479-
* Asserts that a variable is not of type resource (closed).
1479+
* Asserts that a variable is not of type resource.
14801480
*
14811481
* @throws ExpectationFailedException
14821482
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException

0 commit comments

Comments
 (0)