wupengfei 2 anos atrás
pai
commit
4c130c3897

+ 4 - 5
.idea/workspace.xml

@@ -3,8 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Es.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Es.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/common.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -262,7 +261,7 @@
       <workItem from="1678410737283" duration="21226000" />
       <workItem from="1678495559564" duration="25187000" />
       <workItem from="1678668116151" duration="24851000" />
-      <workItem from="1678754950693" duration="7174000" />
+      <workItem from="1678754950693" duration="7256000" />
     </task>
     <servers />
   </component>
@@ -432,10 +431,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1291" y="317" key="run.anything.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1676273998930" />
-    <state x="1581" y="566" width="672" height="678" key="search.everywhere.popup" timestamp="1678761467528">
+    <state x="1581" y="565" width="672" height="678" key="search.everywhere.popup" timestamp="1678763435145">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1581" y="566" width="672" height="678" key="search.everywhere.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1678761467528" />
+    <state x="1581" y="565" width="672" height="678" key="search.everywhere.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1678763435145" />
   </component>
   <component name="XDebuggerManager">
     <breakpoint-manager>

+ 1 - 0
vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php

@@ -9,6 +9,7 @@ use Http\Discovery\Exception;
  *
  * @author Tobias Nyholm <tobias.nyholm@gmail.com>
  */
+require_once '../vendor/php-http/discovery/src/Exception.php';
 final class NoCandidateFoundException extends \Exception implements Exception
 {
     /**