Completed
Push — master ( 77aa9b...c41f01 )
by Andrey
02:55
created
class/Excel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Метод возвращает ридер для документа
50 50
      *
51
-     * @return PHPExcel_Reader_IReader  (Ридер документа)
51
+     * @return \PHPExcel_Reader_IReader  (Ридер документа)
52 52
      *
53 53
      * @throws PHPExcel_Reader_Exception (Не удалось определить тип документа)
54 54
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     public function getReader()
56 56
     {
57
-        $readerType = \PHPExcel_IOFactory::identify($this->sourceFilePath . $this->sourceFile);
57
+        $readerType = \PHPExcel_IOFactory::identify($this->sourceFilePath.$this->sourceFile);
58 58
 
59 59
         return \PHPExcel_IOFactory::createReader($readerType);
60 60
     }
Please login to merge, or discard this patch.