Skip to content

Commit a3d65a3

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent b774082 commit a3d65a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SimpleExcelReader.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function take(int $count): SimpleExcelReader
152152
return $this;
153153
}
154154

155-
public function hasSheet(string $sheetName) : bool
155+
public function hasSheet(string $sheetName): bool
156156
{
157157
$this->setReader();
158158

@@ -163,6 +163,7 @@ public function hasSheet(string $sheetName) : bool
163163
return true;
164164
}
165165
}
166+
166167
return false;
167168
}
168169

0 commit comments

Comments
 (0)