Completed
Push — master ( 801dab...5b473f )
by Jelle
03:12 queued 20s
created
src/Entity/Team.php 1 patch
Indentation   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -31,47 +31,47 @@
 block discarded – undo
31 31
     )),
32 32
     array('strDivision', 'division'),
33 33
     array('strManager', 'manager'),
34
-	array('strStadium', 'stadium'),
34
+  array('strStadium', 'stadium'),
35 35
     array('strKeywords', 'keywords'),
36
-	array('strRSS', 'rss'),
36
+  array('strRSS', 'rss'),
37 37
     array('strStadiumThumb', 'stadiumThumb'),
38 38
     array('strStadiumDescription', 'stadiumDescription'),
39
-	array('strStadiumLocation', 'stadiumLocation'),
40
-	array('intStadiumCapacity', 'stadiumCapacity'),
41
-	array('strWebsite', 'website'),
39
+  array('strStadiumLocation', 'stadiumLocation'),
40
+  array('intStadiumCapacity', 'stadiumCapacity'),
41
+  array('strWebsite', 'website'),
42 42
     array('strFacebook', 'facebook'),
43
-	array('strTwitter', 'twitter'),
44
-	array('strInstagram', 'instagram'),
45
-	array('strDescriptionEN', 'description'),
46
-	array('strGender', 'gender'),
43
+  array('strTwitter', 'twitter'),
44
+  array('strInstagram', 'instagram'),
45
+  array('strDescriptionEN', 'description'),
46
+  array('strGender', 'gender'),
47 47
     array('strCountry', 'country'),
48
-	array('strTeamBadge', 'badge'),
48
+  array('strTeamBadge', 'badge'),
49 49
     array('strTeamJersey', 'jersey'),
50
-	array('strTeamLogo', 'logo'),
51
-	array('strTeamBanner', 'banner'),
52
-	array('strYoutube', 'youtube'),
50
+  array('strTeamLogo', 'logo'),
51
+  array('strTeamBanner', 'banner'),
52
+  array('strYoutube', 'youtube'),
53 53
     array('strLocked', 'locked'),
54 54
     // idSoccerXML
55 55
     // intLoved
56 56
     // strLeague
57 57
     // strDescriptionDE
58
-	// strDescriptionFR
59
-	// strDescriptionCN
60
-	// strDescriptionIT
61
-	// strDescriptionJP
62
-	// strDescriptionRU
63
-	// strDescriptionES
64
-	// strDescriptionPT
65
-	// strDescriptionSE
66
-	// strDescriptionNL
67
-	// strDescriptionHU
68
-	// strDescriptionNO
69
-	// strDescriptionIL
70
-	// strDescriptionPL
58
+  // strDescriptionFR
59
+  // strDescriptionCN
60
+  // strDescriptionIT
61
+  // strDescriptionJP
62
+  // strDescriptionRU
63
+  // strDescriptionES
64
+  // strDescriptionPT
65
+  // strDescriptionSE
66
+  // strDescriptionNL
67
+  // strDescriptionHU
68
+  // strDescriptionNO
69
+  // strDescriptionIL
70
+  // strDescriptionPL
71 71
     // strTeamFanart1
72
-	// strTeamFanart2
73
-	// strTeamFanart3
74
-	// strTeamFanart4
72
+  // strTeamFanart2
73
+  // strTeamFanart3
74
+  // strTeamFanart4
75 75
   );
76 76
 
77 77
   protected $id;
Please login to merge, or discard this patch.