Skip to content

Commit

Permalink
Update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 20, 2016
1 parent 733c443 commit f0411b6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/View/PdfView.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
use Cake\Network\Response;
use Cake\View\View;

/**
* @package Cake.View
*/
class PdfView extends View
{

Expand All @@ -32,7 +29,7 @@ class PdfView extends View
/**
* CakePdf Instance
*
* @var object
* @var \CakePdf\Pdf\CakePdf|null
*/
protected $_renderer = null;

Expand Down Expand Up @@ -84,7 +81,7 @@ public function __construct(
* Return CakePdf instance, optionally set engine to be used
*
* @param array $config Array of pdf configs. When empty CakePdf instance will be returned.
* @return CakePdf
* @return \CakePdf\Pdf\CakePdf
*/
public function renderer($config = null)
{
Expand Down

0 comments on commit f0411b6

Please sign in to comment.