Skip to content

Commit 6491538

Browse files
committed
Declare root, writer and properties members
1 parent 98fd45f commit 6491538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/php/com/amazon/aws/lambda/Environment.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* @test com.amazon.aws.lambda.unittest.EnvironmentTest
1313
*/
1414
class Environment {
15+
public $root, $writer, $properties;
1516

1617
/** Creates a new environment */
1718
public function __construct(string $root, StringWriter $writer= null) {

0 commit comments

Comments
 (0)