Browse Source

Add new deprecation to baseline.

Mark Story 4 years ago
parent
commit
a656584933
1 changed files with 5 additions and 0 deletions
  1. 5 0
      psalm-baseline.xml

+ 5 - 0
psalm-baseline.xml

@@ -206,6 +206,11 @@
       <code>$this-&gt;data</code>
     </ArgumentTypeCoercion>
   </file>
+  <file src="src/Http/Response.php">
+    <DeprecatedMethod occurrences="1">
+      <code>notModified</code>
+    </DeprecatedMethod>
+  </file>
   <file src="src/I18n/DateFormatTrait.php">
     <DeprecatedClass occurrences="5">
       <code>$time-&gt;timezone($timezone)</code>