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:
parent
031af1e9d2
commit
152d39bd42
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue