oyejorge / less.php

less.js ported to PHP.
http://lessphp.typesettercms.com
Apache License 2.0
656 stars 2 forks source link

missing Less_FileInfo class #370

Open playmono opened 5 years ago

playmono commented 5 years ago

Hi,

Despite this project seems abandoned I have a doubt maybe someone can answer me.

I have seen in many classes that a @param called Less_FileInfo is hinted. https://github.com/oyejorge/less.php/blob/42925c5a01a07d67ca7e82dfc8fb31814d557bc9/lib/Less/Output.php#L22 (There are more examples)

So, anyone knows what class is this? I can't find the class in the project so I think this is a file resource, a string... ?

Thank you.