Skip to content

Commit 64f01e6

Browse files
authored
Syntax update on properties (#440)
1 parent 888e503 commit 64f01e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Input/InvocationRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ class InvocationRequest implements Input
2323
/**
2424
* Choose from the following options.
2525
*
26-
* @var InvocationType::*|null
26+
* @var null|InvocationType::*
2727
*/
2828
private $InvocationType;
2929

3030
/**
3131
* Set to `Tail` to include the execution log in the response.
3232
*
33-
* @var LogType::*|null
33+
* @var null|LogType::*
3434
*/
3535
private $LogType;
3636

src/Input/ListLayerVersionsRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ListLayerVersionsRequest implements Input
1313
/**
1414
* A runtime identifier. For example, `go1.x`.
1515
*
16-
* @var Runtime::*|null
16+
* @var null|Runtime::*
1717
*/
1818
private $CompatibleRuntime;
1919

0 commit comments

Comments
 (0)