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 98fd45f commit 6491538Copy full SHA for 6491538
src/main/php/com/amazon/aws/lambda/Environment.class.php
@@ -12,6 +12,7 @@
12
* @test com.amazon.aws.lambda.unittest.EnvironmentTest
13
*/
14
class Environment {
15
+ public $root, $writer, $properties;
16
17
/** Creates a new environment */
18
public function __construct(string $root, StringWriter $writer= null) {
0 commit comments