Completed
Push — develop ( 4a8ee4...fc4253 )
by Eddie
9s
created
src/BreakfastSerializer/Plugin/PluginExecutionException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
  * Class PluginExecutionException
7 7
  * @package BDBStudios\BreakfastSerializer\Plugin
8 8
  */
9
-class PluginExecutionException extends \Exception{
9
+class PluginExecutionException extends \Exception {
10 10
 
11 11
 }
Please login to merge, or discard this patch.
test/BreakfastSerializer/Plugin/DateTime/DateTimeHandlerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $this->assertTrue(
26 26
             $this->plugin->isEnabledInConfiguration(
27 27
                 array(
28
-                    'typeHandler' => array (
28
+                    'typeHandler' => array(
29 29
                         DateTimeHandler::CONFIGURATION_KEY => true
30 30
                     )
31 31
                 )
Please login to merge, or discard this patch.