Skip to content

Commit

Permalink
Merge pull request #1375 from phalcon/sergeyklay-patch-1
Browse files Browse the repository at this point in the history
Added Imagick::getVersion prototype
  • Loading branch information
sergeyklay authored Dec 24, 2016
2 parents bad1ef6 + ac4d6f9 commit c701ae2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion prototypes/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ public function getImageAlphaChannel()
public function setImageBackgroundColor()
{

}

public function getVersion()
{

}
}

Expand Down Expand Up @@ -115,4 +120,4 @@ public function destroy()

}

}
}

0 comments on commit c701ae2

Please sign in to comment.