#!/usr/bin/env php
<?php

/*
 * This file is part of the overtrue/phplint package
 *
 * (c) overtrue
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

gc_disable(); // performance boost

require_once dirname(__DIR__) . '/autoload.php';
require_once dirname(__DIR__) . '/phplint.php';
