Skip to content

Commit ac9e1b1

Browse files
committed
FIXED : Some errors (PHPUnit file missing, and space after parenthesis)
1 parent 4cd30bc commit ac9e1b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Common/Microsoft/OLERead.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private function readPropertySets()
263263
// tmp helper to simplify checks
264264
$upName = strtoupper($name);
265265

266-
switch ($upName){
266+
switch ($upName) {
267267
case 'ROOT ENTRY':
268268
case 'R':
269269
$this->rootEntry = count($this->props) - 1;
31.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)