PhpSpreadsheet/src
Claas Augner ffb0d21cec PHPDoc: use @return $this for fluent methods
Fluent methods, especially setters, return the object on which are
called. This is documented in PHPDoc using the `$this` keyword, which
is equivalent to `static` with the additional notion of object identity.
This helps IDEs and static analysis tools provide more meaningful output.
2020-03-02 19:11:00 +07:00
..
PhpSpreadsheet PHPDoc: use @return $this for fluent methods 2020-03-02 19:11:00 +07:00
Bootstrap.php Remove boilerplates 2017-09-30 22:12:28 +09:00