-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

phan


> A static analysis tool for PHP.

More information.


Generate a `.phan/config.php` in the current directory:

phan --init

Generate a Phan configuration file using a specific level (1 being strictest to 5 being the least strict):

phan --init --init-level {level}

Analyse the current directory:

phan

Analyse one or more directories:

phan --directory {path/to/directory} --directory {path/to/another_directory}

Specify a config file (defaults to `.phan/config.php`):

phan --config-file {path/to/config.php}

Specify the output mode:

phan --output-mode {text|verbose|json|csv|codeclimate|checkstyle|pylint|html}

Specify the number of parallel processes:

phan --processes {number_of_processes}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:55:48 2024