Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Make Analysis\TypeData\TypeDataModule non abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Sep 14, 2014
1 parent 1243839 commit cb2d9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Analysis/TypeData/TypeDataModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
use Pinq\Analysis\PhpTypeSystem;

/**
* Base class of the type data module.
* Implementation of the type data module.
*
* @author Elliot Levin <elliotlevin@hotmail.com>
*/
abstract class TypeDataModule implements ITypeDataModule
class TypeDataModule implements ITypeDataModule
{
const TYPE_SELF = PhpTypeSystem::TYPE_SELF;

Expand Down

0 comments on commit cb2d9ff

Please sign in to comment.