#!/usr/bin/env php
<?php 
declare (strict_types=1);
namespace FapiMember\Library;

\passthru(\escapeshellarg(__DIR__ . '/../vendor/bin/phpstan') . ' analyse' . ' -c ' . \escapeshellarg(__DIR__ . '/../tools/phpstan/phpstan.neon') . ' --memory-limit=256M', $return);
exit($return);
