We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888e503 commit 64f01e6Copy full SHA for 64f01e6
src/Input/InvocationRequest.php
@@ -23,14 +23,14 @@ class InvocationRequest implements Input
23
/**
24
* Choose from the following options.
25
*
26
- * @var InvocationType::*|null
+ * @var null|InvocationType::*
27
*/
28
private $InvocationType;
29
30
31
* Set to `Tail` to include the execution log in the response.
32
33
- * @var LogType::*|null
+ * @var null|LogType::*
34
35
private $LogType;
36
src/Input/ListLayerVersionsRequest.php
@@ -13,7 +13,7 @@ class ListLayerVersionsRequest implements Input
13
14
* A runtime identifier. For example, `go1.x`.
15
16
- * @var Runtime::*|null
+ * @var null|Runtime::*
17
18
private $CompatibleRuntime;
19
0 commit comments