Completed
Push — master ( 669cea...835243 )
by Kamil
05:21 queued 03:53
created
src/Loop/Bridge/React/ReactTimerInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Return the actual TimerInterface which is adapted by current ReactTimerInterface.
11 11
      *
12
-     * @return TimerInterface;
12
+     * @return TimerInterface
13 13
      */
14 14
     public function getActualTimer();
15 15
 }
Please login to merge, or discard this patch.
src/Loop/Bridge/React/ReactLoop.php 1 patch
Braces   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,19 +140,22 @@
 block discarded – undo
140 140
      * @inheritDoc
141 141
      */
142 142
     public function tick()
143
-    {}
143
+    {
144
+}
144 145
 
145 146
     /**
146 147
      * @override
147 148
      * @inheritDoc
148 149
      */
149 150
     public function run()
150
-    {}
151
+    {
152
+}
151 153
 
152 154
     /**
153 155
      * @override
154 156
      * @inheritDoc
155 157
      */
156 158
     public function stop()
157
-    {}
159
+    {
160
+}
158 161
 }
Please login to merge, or discard this patch.