Add doc blocks

This commit is contained in:
Romain Neutron 2012-04-13 15:42:34 +02:00
commit d58059c087
5 changed files with 126 additions and 5 deletions

View file

@ -15,6 +15,8 @@ use \Symfony\Component\Process\ExecutableFinder;
/**
* Binary abstract class
*
* @author Romain Neutron imprec@gmail.com
*/
abstract class Binary implements AdapterInterface
{