Skip to content

Commit 021fc9c

Browse files
committed
Remove wrong #[\Override] attributes
1 parent 5e46696 commit 021fc9c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

wcfsetup/install.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)