sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
515 stars 77 forks source link

chore: apply cs-fixer changes to v3 branch #274

Closed phil-davis closed 4 months ago

phil-davis commented 4 months ago
$ composer cs-fixer
> php-cs-fixer fix
PHP CS Fixer 3.54.0 15 Keys Accelerate by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 7.4.3-4ubuntu2.20
Loaded config default from "/home/phil/git/sabre-io/xml/.php-cs-fixer.dist.php".
 40/40 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

   1) tests/Sabre/Xml/Element/XmlFragmentTest.php
   2) tests/Sabre/Xml/ServiceTest.php
   3) lib/Deserializer/functions.php
   4) lib/Reader.php
   5) lib/LibXMLException.php
   6) lib/Service.php

Fixed 6 of 40 files in 2.147 seconds, 20.000 MB memory used
phil-davis commented 4 months ago

I really like the explicit nullability. thank you

you can thank cs-fixer - it applies it automagically now.