質問編集履歴

1

・開発環境や各バージョン追記 ・エラー文追加

2022/01/07 02:19

投稿

kazuya12
kazuya12

スコア35

test CHANGED
File without changes
test CHANGED
@@ -116,8 +116,62 @@
116
116
 
117
117
  といくつかのメソッドがエラーとなっています。
118
118
 
119
+ ご指摘ありがとうございます。
120
+
121
+ **開発環境**
122
+
123
+ **OS:macOS Monterey 12.1**
124
+
125
+ **PHPとMySQLの開発環境はMAMPを使用しております。**
126
+
127
+ **各バージョン**
128
+
129
+ **PHP8.0.3**
130
+
131
+ **Homebrew 3.3.7**
132
+
133
+ **Composer 2.2.3**
134
+
119
135
  どなたか解決方法はわかりますでしょうか?
120
136
 
121
137
  自分でもエラーを調べてみたのですが、解決できない状態です。
122
138
 
123
139
  よろしくお願い致します。
140
+
141
+
142
+
143
+ 追記で、エラーが起こっている可能性の文言がありましたので記載します。こちらも翻訳をかけてみたりして調べたのですが解決できておりません。
144
+
145
+ 何かヒントとなるようなものでも構いませんのでご教授お願い致します。
146
+
147
+
148
+
149
+ ```ここに言語を入力
150
+
151
+ Deprecation Notice: Return type of Illuminate\Container\Container::offsetExists($key) should either be
152
+
153
+ compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange]
154
+
155
+ attribute should be used to temporarily suppress the notice in
156
+
157
+ /Applications/MAMP/htdocs/laravel6/blog/vendor/laravel/framework/src/Illuminate/Container/Container.php
158
+
159
+ :1231
160
+
161
+ ```
162
+
163
+ ```ここに言語を入力
164
+
165
+ > @php artisan package:discover --ansi
166
+
167
+ PHP Deprecated: Return type of Illuminate\Container\Container::offsetExists($key) should either be
168
+
169
+ compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange]
170
+
171
+ attribute should be used to temporarily suppress the notice in
172
+
173
+ /Applications/MAMP/htdocs/laravel6/blog/vendor/laravel/framework/src/Illuminate/Container/Container.php
174
+
175
+ on line 1231
176
+
177
+ ```