@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @param $path |
|
52 | + * @param string $path |
|
53 | 53 | */ |
54 | 54 | protected function defineConstants($path) |
55 | 55 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | } |
63 | 63 | |
64 | 64 | /** |
65 | - * @param $path |
|
65 | + * @param string $path |
|
66 | 66 | */ |
67 | 67 | protected function registerAutoload($path) |
68 | 68 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @param $path |
|
74 | + * @param string $path |
|
75 | 75 | * @return \Concrete\Core\Application\Application |
76 | 76 | */ |
77 | 77 | protected function getApplicationInstance($path) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Buttress\ConcreteClient\Transaction; |
4 | 4 | |
5 | -use Buttress\ConcreteClient\Exception\RuntimeException; |
|
6 | 5 | use Buttress\ConcreteClient\Exception\TransactionException; |
7 | 6 | |
8 | 7 | trait TransactionTrait |