Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Aug 26, 2019
1 parent 5c0e685 commit 4b4327e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/AbstractDaftTypedObjectRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@
*/
abstract class AbstractDaftTypedObjectRepository implements DaftTypedObjectRepository
{
/**
* @var array<string, T1>
*/
protected $memory = [];

/**
* @readonly
*
* @var class-string<T1>
*/
public $type;
/**
* @var array<string, T1>
*/
protected $memory = [];

/**
* @param array{type:class-string<T1>} $options
Expand Down

0 comments on commit 4b4327e

Please sign in to comment.