@@ -17,7 +17,7 @@ |
||
| 17 | 17 | { |
| 18 | 18 | public const DEFAULT_AWAIT_TIMEOUT = 6.0; |
| 19 | 19 | |
| 20 | - private const INVOKE_ARRAY = ['__invoke']; |
|
| 20 | + private const INVOKE_ARRAY = [ '__invoke' ]; |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @return mixed returns whatever the promise resolves to |