mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-16 13:06:31 +00:00
Last native param types
This commit is contained in:
@@ -107,14 +107,13 @@ class DataSeries
|
||||
/**
|
||||
* Create a new DataSeries.
|
||||
*
|
||||
* @param null|mixed $plotType
|
||||
* @param int[] $plotOrder
|
||||
* @param DataSeriesValues[] $plotLabel
|
||||
* @param DataSeriesValues[] $plotCategory
|
||||
* @param DataSeriesValues[] $plotValues
|
||||
*/
|
||||
public function __construct(
|
||||
$plotType = null,
|
||||
null|string $plotType = null,
|
||||
null|string $plotGrouping = null,
|
||||
array $plotOrder = [],
|
||||
array $plotLabel = [],
|
||||
|
||||
@@ -394,12 +394,7 @@ class Properties
|
||||
/**
|
||||
* Set a Custom Property.
|
||||
*
|
||||
* @param string $propertyType
|
||||
* 'i' : Integer
|
||||
* 'f' : Floating Point
|
||||
* 's' : String
|
||||
* 'd' : Date/Time
|
||||
* 'b' : Boolean
|
||||
* @param ?string $propertyType see `self::VALID_PROPERTY_TYPE_LIST`
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user