Fix doc blocks

This commit is contained in:
Romain Neutron 2013-06-25 10:40:20 +02:00
commit 0887d9088c
25 changed files with 58 additions and 52 deletions

View file

@ -14,7 +14,7 @@ namespace FFMpeg\Coordinate;
class Point
{
private $x;
private $Y;
private $y;
public function __construct($x, $y)
{