|
1
|
<?php |
|
2
|
declare( strict_types = 1 ); |
|
3
|
|
|
4
|
namespace Automattic\WooCommerce\Blocks\AIContent; |
|
5
|
|
|
6
|
/** |
|
7
|
* Patterns Dictionary class.
|
|
8
|
*
|
|
9
|
* @internal |
|
10
|
* @deprecated This class can't be removed due https://github.com/woocommerce/woocommerce/issues/52311.
|
|
11
|
*/ |
|
12
|
class PatternsDictionary {} |
|
13
|
|