Skip to content

Commit 5a4d292

Browse files
committed
QA: Remove unused imports
1 parent 7ae7d6b commit 5a4d292

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php namespace com\amazon\aws\lambda;
22

3-
use ReflectionFunction;
4-
use lang\IllegalArgumentException;
5-
63
/**
74
* Base class for lambda handlers. Subclasses overwrite the `target` method,
85
* perform initialization there and finally return the invokeable lambda.

0 commit comments

Comments
 (0)