Skip to content

Commit 5b97190

Browse files
committed
remove unused imports
1 parent 682b88b commit 5b97190

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

samples/Sample_01_SimpleText.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
use PhpOffice\PhpWord\Style\Font;
3-
use PhpOffice\PhpWord\Style\Paragraph;
43

54
include_once 'Sample_Header.php';
65

tests/PhpWord/Style/PaperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace PhpOffice\PhpWord\Style;
1919

20-
use PhpOffice\PhpWord\PhpWord;
2120
use PhpOffice\PhpWord\TestHelperDOCX;
2221

2322
/**

tests/PhpWord/Writer/Word2007/Part/SettingsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use PhpOffice\PhpWord\ComplexType\ProofState;
2121
use PhpOffice\PhpWord\ComplexType\TrackChangesView;
2222
use PhpOffice\PhpWord\PhpWord;
23-
use PhpOffice\PhpWord\Settings;
2423
use PhpOffice\PhpWord\Shared\Microsoft\PasswordEncoder;
2524
use PhpOffice\PhpWord\SimpleType\Zoom;
2625
use PhpOffice\PhpWord\Style\Language;

0 commit comments

Comments
 (0)