Skip to content

Commit

Permalink
based on fixer suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalonat committed Jan 7, 2024
1 parent 5b4f434 commit 56feaf3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/PhpWord/IOFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @see https://github.com/PHPOffice/PHPWord
*
* @license http:https://www.gnu.org/licenses/lgpl.txt LGPL version 3
* @license http:https://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/

namespace PhpOffice\PhpWord;
Expand Down Expand Up @@ -95,8 +95,6 @@ public static function load($filename, $readerName = 'Word2007')
* Loads PhpWord ${variable} from file.
*
* @param string $filename The name of the file
*
* @param string $readerName
*
* @return array The extracted variables
*/
Expand Down Expand Up @@ -143,4 +141,4 @@ private static function isConcreteClass($class)

return !$reflection->isAbstract() && !$reflection->isInterface();
}
}
}

0 comments on commit 56feaf3

Please sign in to comment.