We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8130496 commit 29ac6b4Copy full SHA for 29ac6b4
src/Command/Container/FUNCTIONS.php
@@ -21,7 +21,7 @@
21
* @method Status kill()
22
* @method array list(string $libraryNamePattern = null, bool $withCode = false)
23
* @method string load(string $functionCode, bool $replace = 'false')
24
- * @method Status restore(string $value, ?string $policy = null)
+ * @method Status restore(string $value, string $policy = null)
25
* @method array stats()
26
*/
27
class FUNCTIONS extends AbstractContainer
0 commit comments