### Describe the bug and add attachments while addText() $pStyle not support ['indentation' => ['firstLine' => 400]] in 1.4.0 version , but 1.3.0version support ### Expected behavior <img width="847" height="45" alt="Image" src="https://github.com/user-attachments/assets/ab43d293-4cf0-460c-a43b-c082d03aaff6" /> ### Steps to reproduce $phpWord = new PhpWord(); $section = $phpWord->addSection(); $section ->addText($text, $fontStyle,['indentation' => ['firstLine' => 400]]); ### PHPWord version(s) where the bug happened 1.4.0 ### PHP version(s) where the bug happened 7.4 ### Priority - [ ] I want to crowdfund the bug fix (with [@algora-io](https://docs.algora.io/bounties/overview)) and fund a community developer. - [ ] I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)