1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 16:38:51 +02:00
phorge-arcanist/scripts
Felipe Oliveira Carvalho 0eab28fe1b Fix phutil_analyzer bug on interface dependency creation
Summary:
Use $interface_name instead of $class_name when dealing with
interfaces. Problem happens when you extend an interface:

    interface SubIface extends SuperIface { ...

    Notice: Undefined variable: class_name in ...
	Fatal error: Call to a member function getConcreteString() on a
	non-object in ...

Test Plan: phutil_mapper.php works!
2011-08-10 12:01:30 -03:00
..
__init_script__.php Flush output buffers before running 'arc' 2011-07-16 08:09:47 -07:00
arcanist.php Move Conduit management into Workflow 2011-07-15 12:38:45 -07:00
phutil_analyzer.php Fix phutil_analyzer bug on interface dependency creation 2011-08-10 12:01:30 -03:00
phutil_mapper.php 'arc liberate', convenience wrapper for various libphutil operations 2011-05-17 09:53:19 -07:00