Skip to content

Commit

Permalink
Add @todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 11, 2015
1 parent cbca35d commit 0405426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansel/lib/Image.php
Expand Up @@ -974,6 +974,9 @@ public function getDimensions($view = 'full')
*
* @param string $view The view (size) to work with.
* @param integer $angle What angle to rotate the image by.
* @todo Ansel 4: reverse order of parameters so we can make $angle required
* but $view optional. In fact, view can be taken out entirely as
* we only ever need to rotate the full image anyway.
*/
public function rotate($view = 'full', $angle = 90)
{
Expand Down

0 comments on commit 0405426

Please sign in to comment.