Passed
Push — develop ( 0377b8...dbdaf9 )
by nguereza
28:32 queued 26:02
created
src/Detector/EngineDetector.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
 class EngineDetector extends AbstractDetector
57 57
 {
58 58
     /**
59
-    * {@inheritdoc}
60
-    */
59
+     * {@inheritdoc}
60
+     */
61 61
     public function __construct()
62 62
     {
63 63
         parent::__construct();
Please login to merge, or discard this patch.
src/Detector/OsDetector.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
 class OsDetector extends AbstractDetector
57 57
 {
58 58
     /**
59
-    * {@inheritdoc}
60
-    */
59
+     * {@inheritdoc}
60
+     */
61 61
     public function __construct()
62 62
     {
63 63
         parent::__construct();
Please login to merge, or discard this patch.
src/Detector/DeviceDetector.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,9 +55,9 @@
 block discarded – undo
55 55
  */
56 56
 class DeviceDetector extends AbstractDetector
57 57
 {
58
-     /**
59
-     * {@inheritdoc}
60
-     */
58
+        /**
59
+         * {@inheritdoc}
60
+         */
61 61
     public function __construct()
62 62
     {
63 63
         parent::__construct();
Please login to merge, or discard this patch.