cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
cd ~/.config/sublime-text-2/Packages
| <?php | |
| namespace Seatfrog\WebservicesBundle\Command; | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| use Doctrine\ORM\Tools\SchemaTool; | |
| use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; | |
| use Symfony\Component\Console\Input\InputInterface; | |
| use Symfony\Component\Console\Output\OutputInterface; | |
| function getDepth(ArrayCollection $set, $currentItem, $currentDepth) { |