Completed
Push — master ( b3a060...a91f17 )
by Maik
02:01
created
src/Generics/Streams/Interceptor/AbstractStreamInterceptor.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,8 @@  discard block
 block discarded – undo
20 20
      * @see \Generics\Streams\Interceptor\StreamInterceptor::onClose()
21 21
      */
22 22
     public function onClose()
23
-    {}
23
+    {
24
+}
24 25
 
25 26
     /**
26 27
      *
@@ -28,5 +29,6 @@  discard block
 block discarded – undo
28 29
      * @see \Generics\Streams\Interceptor\StreamInterceptor::onCreate()
29 30
      */
30 31
     public function onCreate()
31
-    {}
32
+    {
33
+}
32 34
 }
33 35
\ No newline at end of file
Please login to merge, or discard this patch.