Test Failed
Branch master (1237c7)
by Vítězslav
06:38
created
src/primaERP/ApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
      * Set section for communication
272 272
      *
273 273
      * @param string $section section pathName to use
274
-     * @return boolean section switching status
274
+     * @return boolean|null section switching status
275 275
      */
276 276
     public function setSection($section)
277 277
     {
Please login to merge, or discard this patch.
src/primaERP/Token.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@  discard block
 block discarded – undo
88 88
      * Pri vytvareni objektu pomoci funkce singleton (ma stejne parametry, jako konstruktor)
89 89
      * se bude v ramci behu programu pouzivat pouze jedna jeho Instance (ta prvni).
90 90
      *
91
-     * @param string $class název třídy jenž má být zinstancována
92 91
      *
93 92
      * @link   http://docs.php.net/en/language.oop5.patterns.html Dokumentace a priklad
94 93
      *
@@ -107,7 +106,7 @@  discard block
 block discarded – undo
107 106
     /**
108 107
      * Vrací se.
109 108
      *
110
-     * @return Shared
109
+     * @return \Ease\Shared
111 110
      */
112 111
     public static function &instanced()
113 112
     {
Please login to merge, or discard this patch.