File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -886,7 +886,6 @@ public function close()
886886 }
887887 }
888888
889- #[\Override]
890889 public function getContentList ()
891890 {
892891 if (!$ this ->read ) {
@@ -896,7 +895,6 @@ public function getContentList()
896895 return $ this ->contentList ;
897896 }
898897
899- #[\Override]
900898 public function getFileInfo ($ fileIndex )
901899 {
902900 if (!is_int ($ fileIndex )) {
@@ -909,7 +907,6 @@ public function getFileInfo($fileIndex)
909907 return $ this ->contentList [$ fileIndex ];
910908 }
911909
912- #[\Override]
913910 public function getIndexByFilename ($ filename )
914911 {
915912 foreach ($ this ->contentList as $ index => $ file ) {
@@ -920,7 +917,6 @@ public function getIndexByFilename($filename)
920917 return false ;
921918 }
922919
923- #[\Override]
924920 public function extractToString ($ index )
925921 {
926922 if (!$ this ->read ) {
@@ -947,7 +943,6 @@ public function extractToString($index)
947943 return $ content ;
948944 }
949945
950- #[\Override]
951946 public function extract ($ index , $ destination )
952947 {
953948 if (!$ this ->read ) {
You can’t perform that action at this time.
0 commit comments