Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions imagick/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -6715,12 +6715,12 @@ public function push() {}
* (PECL imagick 2.0.0)<br/>
* Specifies the pattern of dashes and gaps used to stroke paths
* @link https://php.net/manual/en/imagickdraw.setstrokedasharray.php
* @param array $dashArray <p>
* array of floats
* @param ?array $dashArray <p>
* array of floats, use NULL to reset
* </p>
* @return bool <b>TRUE</b> on success.
*/
public function setStrokeDashArray(array $dashArray) {}
public function setStrokeDashArray(?array $dashArray) {}

/**
* Sets the opacity to use when drawing using the fill or stroke color or texture. Fully opaque is 1.0.
Expand Down