Completed
Push — master ( a95f7d...eaa6fe )
by Danilo
02:55
created
src/Core/Inline.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,11 +29,11 @@
 block discarded – undo
29 29
     abstract protected function execRequest(string $url);
30 30
 
31 31
     /** @internal
32
-      * \brief Store ID of the callback query received. */
32
+     * \brief Store ID of the callback query received. */
33 33
     protected $_callback_query_id;
34 34
 
35 35
     /** @internal
36
-      * \brief Store ID of the inline query received. */
36
+     * \brief Store ID of the inline query received. */
37 37
     protected $_inline_query_id;
38 38
 
39 39
     /**
Please login to merge, or discard this patch.
src/Core/Edit.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     abstract protected function execRequest(string $url);
28 28
 
29 29
     /** @internal
30
-      * \brief Contains parameters of the next request. */
30
+     * \brief Contains parameters of the next request. */
31 31
     protected $parameters;
32 32
 
33 33
     /**
Please login to merge, or discard this patch.