File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ public function __toString() {
2727 }
2828
2929 if (isset ($ this ->overlayXY )) {
30- $ output [] = sprintf ("\t<overlayXY %s /> " , $ this ->overlayXY );
30+ $ output [] = sprintf ("\t<overlayXY %s /> " , ( string ) $ this ->overlayXY );
3131 }
3232
3333 if (isset ($ this ->screenXY )) {
34- $ output [] = sprintf ("\t<screenXY %s /> " , $ this ->screenXY );
34+ $ output [] = sprintf ("\t<screenXY %s /> " , ( string ) $ this ->screenXY );
3535 }
3636
3737 if (isset ($ this ->rotationXY )) {
38- $ output [] = sprintf ("\t<rotationXY %s /> " , $ this ->rotationXY );
38+ $ output [] = sprintf ("\t<rotationXY %s /> " , ( string ) $ this ->rotationXY );
3939 }
4040
4141 if (isset ($ this ->size )) {
42- $ output [] = sprintf ("\t<size %s /> " , $ this ->size );
42+ $ output [] = sprintf ("\t<size %s /> " , ( string ) $ this ->size );
4343 }
4444
4545 $ output [] = "</ScreenOverlay> " ;
You can’t perform that action at this time.
0 commit comments