Completed
Pull Request — develop (#291)
by Armando
03:42
created
src/Entities/InlineKeyboardButton.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         return is_array($data) &&
42 42
             array_key_exists('text', $data) && (
43
-                   array_key_exists('url', $data) ||
43
+                    array_key_exists('url', $data) ||
44 44
                    array_key_exists('callback_data', $data) ||
45 45
                    array_key_exists('switch_inline_query', $data)
46 46
             );
Please login to merge, or discard this patch.
src/Entities/Entity.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Reflect
68 68
      *
69
-     * @param null $object
69
+     * @param Entity $object
70 70
      *
71 71
      * @return array
72 72
      */
@@ -184,8 +184,8 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Get a property from the current Entity
186 186
      *
187
-     * @param mixed $property
188
-     * @param mixed $default
187
+     * @param string $property
188
+     * @param string $default
189 189
      *
190 190
      * @return mixed
191 191
      */
Please login to merge, or discard this patch.