Completed
Pull Request — master (#86)
by
unknown
03:11
created
app/ViewComposers/NowPlayingViewComposer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
 	 */
19 19
 	public function compose(View $view)
20 20
 	{
21
-        $client = new Client();
22
-        try {
21
+		$client = new Client();
22
+		try {
23 23
 			$response = $client->get('http://logger.witr.rit.edu/latest.json', [
24 24
 				'timeout' => 1,
25 25
 			]);
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/EboardController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@
 block discarded – undo
37 37
 	}
38 38
 
39 39
 	/**
40
-	* Save the new eboard position.
41
-	*
42
-	*@return Response
43
-	*/
40
+	 * Save the new eboard position.
41
+	 *
42
+	 *@return Response
43
+	 */
44 44
 	public function create(Requests\CreateRequest $request)
45 45
 	{
46 46
 		$input = $request->all();
Please login to merge, or discard this patch.