Unalign docblock

Because alignment was all broken and becaues it doesn't improve much
the code readability, but potentially create more complicated diff, we
prefer to unlaign all docblocks.
This commit is contained in:
Adrien Crivelli 2017-01-23 11:25:02 +09:00
parent 031af1e9d2
commit 152d39bd42
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
237 changed files with 3927 additions and 3927 deletions

View File

@ -241,7 +241,7 @@ class APC extends CacheBase implements ICache
* Initialise this new cell collection. * Initialise this new cell collection.
* *
* @param \PhpOffice\PhpSpreadsheet\Worksheet $parent The worksheet for this cell collection * @param \PhpOffice\PhpSpreadsheet\Worksheet $parent The worksheet for this cell collection
* @param array of mixed $arguments Additional initialisation arguments * @param array $arguments Additional initialisation arguments
*/ */
public function __construct(\PhpOffice\PhpSpreadsheet\Worksheet $parent, $arguments) public function __construct(\PhpOffice\PhpSpreadsheet\Worksheet $parent, $arguments)
{ {