Completed
Push — master ( 189c17...fbfe44 )
by Jean
08:08
created
classmap.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3 3
  */ 
4
-function scandir_r($directory) {
4
+function scandir_r($directory)
5
+{
5 6
     // $files = array_slice(scandir($directory, SCANDIR_SORT_NONE), 2);
6 7
     if (! $entries = scandir($directory)) {
7 8
         throw new \InvalidArgumentException("Error during scandir");
Please login to merge, or discard this patch.