Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
Prowect/Utils
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
6 days ago
Refresh default branch
Refresh
src/ICompiler.php
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
<?php namespace Drips\Utils; interface ICompiler { public static function compile($string); }