Changeset 53949
- Timestamp:
- 08/28/2022 10:09:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/class-wp-test-stream.php
r50771 r53949 30 30 public $bucket; 31 31 public $data_ref; 32 33 /** 34 * The current context. 35 * 36 * @link https://www.php.net/manual/en/class.streamwrapper.php 37 * 38 * @var resource|null 39 */ 40 public $context; 32 41 33 42 /**
Note: See TracChangeset
for help on using the changeset viewer.