Skip to content

Commit

Permalink
Fix tests and remove superfluous use statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Sep 10, 2015
1 parent 54cccf7 commit 616714b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Template/Bake/Model/entity.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

use Cake\ORM\Association;

$propertyHintMap = null;
if (!empty($propertySchema)) {
$propertyHintMap = $this->DocBlock->buildEntityPropertyHintTypeMap($propertySchema);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* @property string $title
* @property string $body
* @property bool $published
* @property string|int|\DateTime|\Cake\I18n\Time $created
* @property string|int|\DateTime|\Cake\I18n\Time $updated
* @property \Cake\I18n\Time $created
* @property \Cake\I18n\Time $updated
* @property $unknown_type
* @property \BakeTest\Model\Entity\Author[] $authors
*/
Expand Down

0 comments on commit 616714b

Please sign in to comment.