Skip to content

Commit 236c7c4

Browse files
committed
fix code format
1 parent 2845284 commit 236c7c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/PhpWord/Element/Image.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,11 @@ private function setSourceType()
467467
* @param string $filename
468468
* @return bool
469469
*/
470-
private function isFile($filename) {
470+
private function isFile($filename)
471+
{
471472
try {
472473
return @file_exists($filename);
473-
} catch(\Exception $ex) {
474+
} catch (\Exception $ex) {
474475
return false;
475476
}
476477
}

0 commit comments

Comments
 (0)