質問編集履歴

2

"の忘れを解消

2020/11/03 09:45

投稿

skyler1230
skyler1230

スコア1

test CHANGED
File without changes
test CHANGED
@@ -118,11 +118,11 @@
118
118
 
119
119
  $sample = new Player();
120
120
 
121
- $sample -> plist(new Profile("山田, "赤チーム, "FW"));
121
+ $sample -> plist(new Profile("山田", "赤チーム", "FW"));
122
122
 
123
- $sample -> plist(new Profile("鈴木, "青チーム", "MF"));
123
+ $sample -> plist(new Profile("鈴木", "青チーム", "MF"));
124
124
 
125
- $sample -> plist(new Profile("佐藤, "黄チーム", "MF"));
125
+ $sample -> plist(new Profile("佐藤", "黄チーム", "MF"));
126
126
 
127
127
 
128
128
 

1

<code>を押してみました

2020/11/03 09:44

投稿

skyler1230
skyler1230

スコア1

test CHANGED
File without changes
test CHANGED
@@ -19,6 +19,10 @@
19
19
 
20
20
 
21
21
 
22
+
23
+
24
+
25
+ ```php
22
26
 
23
27
  <?php
24
28
 
@@ -127,3 +131,9 @@
127
131
 
128
132
 
129
133
  ?>
134
+
135
+ ```
136
+
137
+ ```
138
+
139
+ ```