Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d711e7

Browse files
committed
Merge pull request laravel#3919 from GrahamCampbell/4.1-fixes
More Minor CS Fixes
2 parents 30d5885 + 0cb4b20 commit 1d711e7

77 files changed

Lines changed: 77 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Illuminate/Redis/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ public function __call($method, $parameters)
9595
return $this->command($method, $parameters);
9696
}
9797

98-
}
98+
}

src/Illuminate/Redis/RedisServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public function provides()
3434
return array('redis');
3535
}
3636

37-
}
37+
}

src/Illuminate/Remote/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ public function setOutput(OutputInterface $output)
269269
$this->output = $output;
270270
}
271271

272-
}
272+
}

src/Illuminate/Remote/ConnectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public function put($local, $remote);
4949
*/
5050
public function putString($remote, $contents);
5151

52-
}
52+
}

src/Illuminate/Remote/GatewayInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public function nextLine();
5757
*/
5858
public function status();
5959

60-
}
60+
}

src/Illuminate/Remote/MultiConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ public function putString($remote, $contents)
9797
}
9898
}
9999

100-
}
100+
}

src/Illuminate/Remote/RemoteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public function provides()
3434
return array('remote');
3535
}
3636

37-
}
37+
}

src/Illuminate/Remote/SecLibGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ public function getConnection()
295295
return $this->connection = new Net_SFTP($this->host, $this->port);
296296
}
297297

298-
}
298+
}

src/Illuminate/Routing/Console/MakeControllerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ protected function getOptions()
179179
);
180180
}
181181

182-
}
182+
}

src/Illuminate/Routing/ControllerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public function provides()
5757
);
5858
}
5959

60-
}
60+
}

0 commit comments

Comments
 (0)