for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* CSVelte: Slender, elegant CSV for PHP
*
* Inspired by Python's CSV module and Frictionless Data and the W3C's CSV
* standardization efforts, CSVelte was written in an effort to take all the
* suck out of working with CSV.
* @copyright Copyright (c) 2018 Luke Visinoni
* @author Luke Visinoni <[email protected]>
* @license See LICENSE file (MIT license)
*/
namespace CSVelte;
class Sniffer
{
public function __construct()
}