@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Internationalisation file for Lingo extension. |
|
4 | - * |
|
5 | - * @file |
|
6 | - * @ingroup Extensions |
|
7 | - */ |
|
3 | + * Internationalisation file for Lingo extension. |
|
4 | + * |
|
5 | + * @file |
|
6 | + * @ingroup Extensions |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $magicWords = array(); |
10 | 10 |
@@ -29,7 +29,6 @@ |
||
29 | 29 | namespace Lingo; |
30 | 30 | |
31 | 31 | use DOMDocument; |
32 | -use DOMXPath; |
|
33 | 32 | use Parser; |
34 | 33 | |
35 | 34 | /** |