Failed Conditions
Branch master (b379b5)
by Guillermo A.
06:08
created
Category
src/Resources/AbstractResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $this->setAdapter($adapter);
29 29
         if (!$this->name) {
30 30
             $this->name = strtolower(
31
-                str_replace(__NAMESPACE__ . '\\', '', get_class($this))
31
+                str_replace(__NAMESPACE__.'\\', '', get_class($this))
32 32
             );
33 33
         }
34 34
     }
Please login to merge, or discard this patch.
examples/cases.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require dirname(dirname(__FILE__)) . '/vendor/autoload.php';
3
+require dirname(dirname(__FILE__)).'/vendor/autoload.php';
4 4
 
5 5
 $subdomain = 'gui6';
6 6
 $token = '80d0065571d313f881bc4c615bf30093';
Please login to merge, or discard this patch.