hoaproject / File

The Hoa\File library.
https://hoa-project.net/
323 stars 20 forks source link

Useless line or what? #3

Closed guiled closed 11 years ago

guiled commented 11 years ago

What is the use of this line https://github.com/hoaproject/File/blob/master/File.php#L208 ? parent::__construct() in File class that extends Generic which has no constructor

jubianchi commented 11 years ago

File extends Generic which extends \Hoa\Stream\Streamwhich has a constructor : https://github.com/hoaproject/Stream/blob/master/Stream.php#L158

Hywan commented 11 years ago

@jubianchi: :+1:.