File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public static function hasCompatibility()
132
132
* This sets the setIndent and setIndentString for better compatibility
133
133
*
134
134
* @param bool $compatibility
135
- * @return true
135
+ * @return bool
136
136
*/
137
137
public static function setCompatibility ($ compatibility )
138
138
{
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ public function setCellMarginBottom($value = null)
430
430
/**
431
431
* Get cell margin
432
432
*
433
- * @return int []
433
+ * @return integer []
434
434
*/
435
435
public function getCellMargin ()
436
436
{
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ public function testLoadConfig()
103
103
'defaultFontName ' => 'Arial ' ,
104
104
'defaultFontSize ' => 10 ,
105
105
);
106
- $ this ->assertEquals ($ expected , Settings::loadConfig (__DIR__ . '/../../../phpword.yml .dist ' ));
106
+ $ this ->assertEquals ($ expected , Settings::loadConfig (__DIR__ . '/../../../phpword.ini .dist ' ));
107
107
}
108
108
}
You can’t perform that action at this time.
0 commit comments