File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2016,7 +2016,7 @@ public static function IMSQRT($complexNumber)
20162016 $ parsedComplex = self ::parseComplex ($ complexNumber );
20172017
20182018 $ theta = self ::IMARGUMENT ($ complexNumber );
2019- if ($ theta === functions ::DIV0 ()) {
2019+ if ($ theta === Functions ::DIV0 ()) {
20202020 return '0 ' ;
20212021 }
20222022
Original file line number Diff line number Diff line change 44
55use PhpOffice \PhpSpreadsheet \Chart ;
66use PhpOffice \PhpSpreadsheet \Settings ;
7+ use PhpOffice \PhpSpreadsheet \Style \NumberFormat ;
78
89class JpGraph
910{
@@ -846,6 +847,8 @@ public function render($outputDestination)
846847
847848 /**
848849 * Create a new jpgraph.
850+ *
851+ * @param Chart $chart
849852 */
850853 public function __construct (Chart $ chart )
851854 {
You can’t perform that action at this time.
0 commit comments