Skip to content

Commit 4850cfb

Browse files
committed
Suppress warnings
1 parent d32125d commit 4850cfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
error_reporting(E_ERROR);
3+
24
function readCSV($filename, $delimiter)
35
{
46
if (!file_exists($filename) || !is_readable($filename))

0 commit comments

Comments
 (0)