@@ -32,14 +32,14 @@ |
||
32 | 32 | */ |
33 | 33 | protected $formats = ['pdf', 'rtf', 'xls', 'xlsx', 'docx', 'odt', 'ods', 'pptx', 'csv', 'html', 'xhtml', 'xml', 'jrprint']; |
34 | 34 | |
35 | - protected $lang; |
|
35 | + protected $lang; |
|
36 | 36 | |
37 | 37 | /** |
38 | 38 | * PHPJasper constructor |
39 | 39 | */ |
40 | 40 | public function __construct($lang = "pt_BR.UTF-8") |
41 | 41 | { |
42 | - $this->lang = $lang; |
|
42 | + $this->lang = $lang; |
|
43 | 43 | $this->executable = 'jasperstarter'; |
44 | 44 | $this->pathExecutable = __DIR__ . '/../bin/jasperstarter/bin'; |
45 | 45 | $this->windows = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? true : false; |