@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Allows the user to log the performed cURL requests for later viewing. |
|
4 | - * Since these cannot be tracked automatically, the panel provides 2 utility functions: `curlStart()` and `curlEnd()` |
|
5 | - */ |
|
3 | + * Allows the user to log the performed cURL requests for later viewing. |
|
4 | + * Since these cannot be tracked automatically, the panel provides 2 utility functions: `curlStart()` and `curlEnd()` |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace bedezign\yii2\audit\panels; |
8 | 8 |