Skip to content

Commit 29ac6b4

Browse files
committed
Removed nullable type
1 parent 8130496 commit 29ac6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Container/FUNCTIONS.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @method Status kill()
2222
* @method array list(string $libraryNamePattern = null, bool $withCode = false)
2323
* @method string load(string $functionCode, bool $replace = 'false')
24-
* @method Status restore(string $value, ?string $policy = null)
24+
* @method Status restore(string $value, string $policy = null)
2525
* @method array stats()
2626
*/
2727
class FUNCTIONS extends AbstractContainer

0 commit comments

Comments
 (0)