You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/AbstractAdapter.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,14 @@
11
11
12
12
namespaceSymfony\Component\Finder\Adapter;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\AbstractAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
15
+
14
16
/**
15
17
* Interface for finder engine implementations.
16
18
*
17
19
* @author Jean-François Simon <contact@jfsimon.fr>
20
+
*
21
+
* @deprecated since 2.8, to be removed in 3.0. Use Finder instead.
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/AbstractFindAdapter.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
12
12
namespaceSymfony\Component\Finder\Adapter;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\AbstractFindAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/BsdFindAdapter.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
12
12
namespaceSymfony\Component\Finder\Adapter;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\BsdFindAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/GnuFindAdapter.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
12
12
namespaceSymfony\Component\Finder\Adapter;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\GnuFindAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/PhpAdapter.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,16 @@
11
11
12
12
namespaceSymfony\Component\Finder\Adapter;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\PhpAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
15
+
14
16
useSymfony\Component\Finder\Iterator;
15
17
16
18
/**
17
19
* PHP finder engine implementation.
18
20
*
19
21
* @author Jean-François Simon <contact@jfsimon.fr>
22
+
*
23
+
* @deprecated since 2.8, to be removed in 3.0. Use Finder instead.
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Exception/ShellCommandFailureException.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,15 @@
11
11
12
12
namespaceSymfony\Component\Finder\Exception;
13
13
14
+
@trigger_error('The '.__NAMESPACE__.'\ShellCommandFailureException class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
0 commit comments