Completed
Push — 2.0 ( ef9d4b...036124 )
by Raphaël
14s
created
src/ZohoSyncDatabaseCommand.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         $this->zohoDatabaseModelSync = $zohoDatabaseModelSync;
78 78
         $this->zohoDatabaseCopier = $zohoDatabaseCopier;
79 79
         $this->zohoDatabaseSync = $zohoDatabaseSync;
80
-        $this->zohoEntitiesGenerator =  $zohoEntitiesGenerator;
80
+        $this->zohoEntitiesGenerator = $zohoEntitiesGenerator;
81 81
         $this->zohoClient = $zohoClient;
82 82
         $this->pathZohoDaos = $pathZohoDaos;
83 83
         $this->namespaceZohoDaos = $namespaceZohoDaos;
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     private function regenerateZohoDao(InputInterface $input, OutputInterface $output)
154 154
     {
155 155
         $logger = new ConsoleLogger($output);
156
-        $zohoModules = $this->zohoEntitiesGenerator->generateAll($this->pathZohoDaos,$this->namespaceZohoDaos);
156
+        $zohoModules = $this->zohoEntitiesGenerator->generateAll($this->pathZohoDaos, $this->namespaceZohoDaos);
157 157
         foreach ($zohoModules as $daoFullClassName) {
158 158
             $zohoDao = new $daoFullClassName($this->zohoClient);
159 159
             $this->zohoDaos [] = $zohoDao;
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,6 @@
 block discarded – undo
126 126
 
127 127
     /**
128 128
      * Run he sync Db command.
129
-     * @param InputInterface $input
130 129
      * @param OutputInterface $output
131 130
      */
132 131
     private function syncDb(OutputInterface $output){
Please login to merge, or discard this patch.